Html Css Color HEX #BB3E6F Royal Heath

📋 copy color: '#BB3E6F'

red 187 ◦ green 62 ◦ blue 111

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

Shades of Royal Heath #BB3E6F

Tints of Royal Heath #BB3E6F

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.22%

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 51.94%
G = 17.22%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB3E6F (or 0xBB3E6F) is known color: Royal Heath. HEX triplet: BB, 3E and 6F. RGB value is (187,62,111). Sum of RGB (Red+Green+Blue) = 187+62+111=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E6F is #44C190. Grayscale: #686868. Windows color (decimal): -4506001 or 7290555. OLE color: 7290555.

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

Color convert

RGB 187 62 111 -
CMYK 0 0.67 0.41 0.27
HSL 336.48º 0.5% 0.49% -
HSV(B) 336.48º 0.67% 0.73% -
XYZ 25.09 15.16 16.64 -
YUV 104.96 131.41 186.52 -
System Red Green Blue C M Y K H S L
Decimal 187 62 111 0 0.67 0.41 0.27 336.48 0.5 0.49
Hex BB 3E 6F 0 43 29 1B 150 32 31
Octal 273 76 157 0 103 51 33 520 62 61
Binary 10111011 111110 1101111 0 1000011 101001 11011 101010000 110010 110001

Color Harmonies of #BB3E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E6F

Black with #BB3E6F

Text Example


Text Example

White with #BB3E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E6F; }

 p { color: rgb(187,62,111); }

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

background-color css

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

 a { background-color: rgb(187,62,111); }

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

border-color css

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

 span { border-color: rgb(187,62,111); }

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