#BB4F7A

Color #BB4F7A Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BB4F7A

Tints of Royal Heath #BB4F7A

Color information

#BB4F7A (or 0xBB4F7A) is unknown color: approx Royal Heath. HEX triplet: BB, 4F and 7A. RGB value is (187,79,122). Sum of RGB (Red+Green+Blue) = 187+79+122=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 122 (48.05% from 255 or 31.44% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4F7A is #44B085. Grayscale: #747474. Windows color (decimal): -4501638 or 8015803. OLE color: 8015803.

HSL color Cylindrical-coordinate representation of color #BB4F7A: hue angle of 336.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB4F7A is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB18779122-
CMYK00.580.350.27
HSL336.11º44.26%52.16%-
HSV(B)336.11º57.75%73.33%-
XYZ26.817.5620.39-
YUV116.19131.28178.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 79 (31.25% from 255) = 20.36%
BLUE value IS 122 (48.05% from 255) = 31.44%
R=48.20%
G=20.36%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877912200.580.350.27336.1144.2652.16
HexBB4F7A03A231B1502c34
Octal27311717207243335205464
Binary1011101110011111111010011101010001111011101010000101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4F7A; }

 p { color: rgb(187,79,122); }

 H1.HeaderClassName
 {
   color: #BB4F7A;
 }
 .AnyTagClassName
 {
   color: #BB4F7A;
 }
</style>
background-color css

<style>
 a { background-color: #BB4F7A; }

 a { background-color: rgb(187,79,122); }

 div.DivClassName
 {
   background-color: #BB4F7A;
 }
 .BgClassName
 {
   background-color: #BB4F7A;
 }
</style>
border-color css

<style>
 span { border-color: #BB4F7A; }

 span { border-color: rgb(187,79,122); }

 td.TdClassName
 {
   border-color: #BB4F7A;
 }
 .TagClassName
 {
   border-color: #BB4F7A;
 }
</style>