Html Css Color HEX #BB477F Royal Heath

📋 copy color: '#BB477F'

red 187 ◦ green 71 ◦ blue 127

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

Shades of Royal Heath #BB477F

Tints of Royal Heath #BB477F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 48.57%
G = 18.44%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB477F (or 0xBB477F) is known color: Royal Heath. HEX triplet: BB, 47 and 7F. RGB value is (187,71,127). Sum of RGB (Red+Green+Blue) = 187+71+127=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB477F is #44B880. Grayscale: #6F6F6F. Windows color (decimal): -4503681 or 8341435. OLE color: 8341435.

HSL color Cylindrical-coordinate representation of color #BB477F: hue angle of 331.03º 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 #BB477F is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 71 127 -
CMYK 0 0.62 0.32 0.27
HSL 331.03º 0.46% 0.51% -
HSV(B) 331.03º 0.62% 0.73% -
XYZ 26.58 16.6 21.88 -
YUV 112.07 136.43 181.45 -
System Red Green Blue C M Y K H S L
Decimal 187 71 127 0 0.62 0.32 0.27 331.03 0.46 0.51
Hex BB 47 7F 0 3E 20 1B 14B 2E 33
Octal 273 107 177 0 76 40 33 513 56 63
Binary 10111011 1000111 1111111 0 111110 100000 11011 101001011 101110 110011

Color Harmonies of #BB477F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB477F

Black with #BB477F

Text Example


Text Example

White with #BB477F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB477F; }

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

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

background-color css

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

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

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

border-color css

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

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

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