Html Css Color HEX #BB4E7F Royal Heath

📋 copy color: '#BB4E7F'

red 187 ◦ green 78 ◦ blue 127

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

Shades of Royal Heath #BB4E7F

Tints of Royal Heath #BB4E7F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.9%

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

R = 47.7%
G = 19.9%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB4E7F (or 0xBB4E7F) is known color: Royal Heath. HEX triplet: BB, 4E and 7F. RGB value is (187,78,127). Sum of RGB (Red+Green+Blue) = 187+78+127=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB4E7F is #44B180. Grayscale: #747474. Windows color (decimal): -4501889 or 8343227. OLE color: 8343227.

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

Color convert

RGB 187 78 127 -
CMYK 0 0.58 0.32 0.27
HSL 333.03º 0.44% 0.52% -
HSV(B) 333.03º 0.58% 0.73% -
XYZ 27.05 17.55 22.04 -
YUV 116.18 134.11 178.52 -
System Red Green Blue C M Y K H S L
Decimal 187 78 127 0 0.58 0.32 0.27 333.03 0.44 0.52
Hex BB 4E 7F 0 3A 20 1B 14D 2C 34
Octal 273 116 177 0 72 40 33 515 54 64
Binary 10111011 1001110 1111111 0 111010 100000 11011 101001101 101100 110100

Color Harmonies of #BB4E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4E7F

Black with #BB4E7F

Text Example


Text Example

White with #BB4E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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