Html Css Color HEX #BB427B Royal Heath

📋 copy color: '#BB427B'

red 187 ◦ green 66 ◦ blue 123

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

Shades of Royal Heath #BB427B

Tints of Royal Heath #BB427B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

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

R = 49.73%
G = 17.55%
B = 32.71%

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

#BB427B (or 0xBB427B) is known color: Royal Heath. HEX triplet: BB, 42 and 7B. RGB value is (187,66,123). Sum of RGB (Red+Green+Blue) = 187+66+123=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB427B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB427B is #44BD84. Grayscale: #6C6C6C. Windows color (decimal): -4504965 or 8078011. OLE color: 8078011.

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

Color convert

RGB 187 66 123 -
CMYK 0 0.65 0.34 0.27
HSL 331.74º 0.48% 0.5% -
HSV(B) 331.74º 0.65% 0.73% -
XYZ 26.02 15.89 20.43 -
YUV 108.68 136.09 183.87 -
System Red Green Blue C M Y K H S L
Decimal 187 66 123 0 0.65 0.34 0.27 331.74 0.48 0.5
Hex BB 42 7B 0 41 22 1B 14C 30 32
Octal 273 102 173 0 101 42 33 514 60 62
Binary 10111011 1000010 1111011 0 1000001 100010 11011 101001100 110000 110010

Color Harmonies of #BB427B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB427B

Black with #BB427B

Text Example


Text Example

White with #BB427B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB427B; }

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

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

background-color css

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

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

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

border-color css

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

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

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