Html Css Color HEX #BB336F Royal Heath

📋 copy color: '#BB336F'

red 187 ◦ green 51 ◦ blue 111

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

Shades of Royal Heath #BB336F

Tints of Royal Heath #BB336F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

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

R = 53.58%
G = 14.61%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB336F (or 0xBB336F) is known color: Royal Heath. HEX triplet: BB, 33 and 6F. RGB value is (187,51,111). Sum of RGB (Red+Green+Blue) = 187+51+111=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB336F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB336F is #44CC90. Grayscale: #626262. Windows color (decimal): -4508817 or 7287739. OLE color: 7287739.

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

Color convert

RGB 187 51 111 -
CMYK 0 0.73 0.41 0.27
HSL 333.53º 0.57% 0.47% -
HSV(B) 333.53º 0.73% 0.73% -
XYZ 24.55 14.08 16.46 -
YUV 98.5 135.06 191.12 -
System Red Green Blue C M Y K H S L
Decimal 187 51 111 0 0.73 0.41 0.27 333.53 0.57 0.47
Hex BB 33 6F 0 49 29 1B 14E 39 2F
Octal 273 63 157 0 111 51 33 516 71 57
Binary 10111011 110011 1101111 0 1001001 101001 11011 101001110 111001 101111

Color Harmonies of #BB336F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB336F

Black with #BB336F

Text Example


Text Example

White with #BB336F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB336F; }

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

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

background-color css

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

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

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

border-color css

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

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

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