Html Css Color HEX #BB417B Royal Heath

📋 copy color: '#BB417B'

red 187 ◦ green 65 ◦ blue 123

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

Shades of Royal Heath #BB417B

Tints of Royal Heath #BB417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.33%

 BLUE value IS 123 (48.44% from 255) = 32.8%

R = 49.87%
G = 17.33%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB417B (or 0xBB417B) is known color: Royal Heath. HEX triplet: BB, 41 and 7B. RGB value is (187,65,123). Sum of RGB (Red+Green+Blue) = 187+65+123=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB417B is #44BE84. Grayscale: #6B6B6B. Windows color (decimal): -4505221 or 8077755. OLE color: 8077755.

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

Color convert

RGB 187 65 123 -
CMYK 0 0.65 0.34 0.27
HSL 331.48º 0.48% 0.49% -
HSV(B) 331.48º 0.65% 0.73% -
XYZ 25.96 15.78 20.42 -
YUV 108.09 136.42 184.28 -
System Red Green Blue C M Y K H S L
Decimal 187 65 123 0 0.65 0.34 0.27 331.48 0.48 0.49
Hex BB 41 7B 0 41 22 1B 14B 30 31
Octal 273 101 173 0 101 42 33 513 60 61
Binary 10111011 1000001 1111011 0 1000001 100010 11011 101001011 110000 110001

Color Harmonies of #BB417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB417B

Black with #BB417B

Text Example


Text Example

White with #BB417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB417B; }

 p { color: rgb(187,65,123); }

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

background-color css

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

 a { background-color: rgb(187,65,123); }

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

border-color css

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

 span { border-color: rgb(187,65,123); }

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