Html Css Color HEX #BB417D Royal Heath

📋 copy color: '#BB417D'

red 187 ◦ green 65 ◦ blue 125

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

Shades of Royal Heath #BB417D

Tints of Royal Heath #BB417D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.16%

R = 49.6%
G = 17.24%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB417D (or 0xBB417D) is known color: Royal Heath. HEX triplet: BB, 41 and 7D. RGB value is (187,65,125). Sum of RGB (Red+Green+Blue) = 187+65+125=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB417D is #44BE82. Grayscale: #6C6C6C. Windows color (decimal): -4505219 or 8208827. OLE color: 8208827.

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

Color convert

RGB 187 65 125 -
CMYK 0 0.65 0.33 0.27
HSL 330.49º 0.48% 0.49% -
HSV(B) 330.49º 0.65% 0.73% -
XYZ 26.09 15.83 21.08 -
YUV 108.32 137.42 184.12 -
System Red Green Blue C M Y K H S L
Decimal 187 65 125 0 0.65 0.33 0.27 330.49 0.48 0.49
Hex BB 41 7D 0 41 21 1B 14A 30 31
Octal 273 101 175 0 101 41 33 512 60 61
Binary 10111011 1000001 1111101 0 1000001 100001 11011 101001010 110000 110001

Color Harmonies of #BB417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB417D

Black with #BB417D

Text Example


Text Example

White with #BB417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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