#BB447E

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

Shades of Royal Heath #BB447E

Tints of Royal Heath #BB447E

Color information

#BB447E (or 0xBB447E) is unknown color: approx Royal Heath. HEX triplet: BB, 44 and 7E. RGB value is (187,68,126). Sum of RGB (Red+Green+Blue) = 187+68+126=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB447E is #44BB81. Grayscale: #6E6E6E. Windows color (decimal): -4504450 or 8275131. OLE color: 8275131.

HSL color Cylindrical-coordinate representation of color #BB447E: hue angle of 330.76º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB447E is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18768126-
CMYK00.640.330.27
HSL330.76º46.67%50%-
HSV(B)330.76º63.64%73.33%-
XYZ26.3316.2121.48-
YUV110.19136.92182.78-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.08%
GREEN value IS 68 (26.95% from 255) = 17.85%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=49.08%
G=17.85%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876812600.640.330.27330.7646.6750
HexBB447E040211B14b2f32
Octal273104176010041335135762
Binary10111011100010011111100100000010000111011101001011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB447E; }

 p { color: rgb(187,68,126); }

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

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

 a { background-color: rgb(187,68,126); }

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

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

 span { border-color: rgb(187,68,126); }

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