Html Css Color HEX #BB447E Royal Heath

📋 copy color: '#BB447E'

red 187 ◦ green 68 ◦ blue 126

#BB447E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BB447E

Tints of Royal Heath #BB447E

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 value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB447E (or 0xBB447E) is known color: 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

RGB 187 68 126 -
CMYK 0 0.64 0.33 0.27
HSL 330.76º 0.47% 0.5% -
HSV(B) 330.76º 0.64% 0.73% -
XYZ 26.33 16.21 21.48 -
YUV 110.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 187 68 126 0 0.64 0.33 0.27 330.76 0.47 0.5
Hex BB 44 7E 0 40 21 1B 14B 2F 32
Octal 273 104 176 0 100 41 33 513 57 62
Binary 10111011 1000100 1111110 0 1000000 100001 11011 101001011 101111 110010

Color Harmonies of #BB447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB447E

Black with #BB447E

Text Example


Text Example

White with #BB447E

Text Example


Text Example

HTML Codes & Css Web 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>