Html Css Color HEX #BB3F75 Royal Heath

📋 copy color: '#BB3F75'

red 187 ◦ green 63 ◦ blue 117

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

Shades of Royal Heath #BB3F75

Tints of Royal Heath #BB3F75

RGB

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

 GREEN value IS 63 (25% from 255) = 17.17%

 BLUE value IS 117 (46.09% from 255) = 31.88%

R = 50.95%
G = 17.17%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB3F75 (or 0xBB3F75) is known color: Royal Heath. HEX triplet: BB, 3F and 75. RGB value is (187,63,117). Sum of RGB (Red+Green+Blue) = 187+63+117=367 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.95% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3F75 is #44C08A. Grayscale: #6A6A6A. Windows color (decimal): -4505739 or 7684027. OLE color: 7684027.

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

Color convert

RGB 187 63 117 -
CMYK 0 0.66 0.37 0.27
HSL 333.87º 0.5% 0.49% -
HSV(B) 333.87º 0.66% 0.73% -
XYZ 25.48 15.4 18.46 -
YUV 106.23 134.08 185.61 -
System Red Green Blue C M Y K H S L
Decimal 187 63 117 0 0.66 0.37 0.27 333.87 0.5 0.49
Hex BB 3F 75 0 42 25 1B 14E 32 31
Octal 273 77 165 0 102 45 33 516 62 61
Binary 10111011 111111 1110101 0 1000010 100101 11011 101001110 110010 110001

Color Harmonies of #BB3F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3F75

Black with #BB3F75

Text Example


Text Example

White with #BB3F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3F75; }

 p { color: rgb(187,63,117); }

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

background-color css

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

 a { background-color: rgb(187,63,117); }

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

border-color css

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

 span { border-color: rgb(187,63,117); }

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