Html Css Color HEX #BB477E Royal Heath

📋 copy color: '#BB477E'

red 187 ◦ green 71 ◦ blue 126

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

Shades of Royal Heath #BB477E

Tints of Royal Heath #BB477E

RGB

 RED value IS 187 (73.44% from 255) = 48.7%

 GREEN value IS 71 (28.13% from 255) = 18.49%

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 48.7%
G = 18.49%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB477E (or 0xBB477E) is known color: Royal Heath. HEX triplet: BB, 47 and 7E. RGB value is (187,71,126). Sum of RGB (Red+Green+Blue) = 187+71+126=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB477E is #44B881. Grayscale: #6F6F6F. Windows color (decimal): -4503682 or 8275899. OLE color: 8275899.

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

Color convert

RGB 187 71 126 -
CMYK 0 0.62 0.33 0.27
HSL 331.55º 0.46% 0.51% -
HSV(B) 331.55º 0.62% 0.73% -
XYZ 26.51 16.58 21.54 -
YUV 111.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 187 71 126 0 0.62 0.33 0.27 331.55 0.46 0.51
Hex BB 47 7E 0 3E 21 1B 14C 2E 33
Octal 273 107 176 0 76 41 33 514 56 63
Binary 10111011 1000111 1111110 0 111110 100001 11011 101001100 101110 110011

Color Harmonies of #BB477E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB477E

Black with #BB477E

Text Example


Text Example

White with #BB477E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB477E; }

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

 H1.HeaderClassName
 {
   color: #BB477E;
 }
 .AnyTagClassName
 {
   color: #BB477E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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