Html Css Color HEX #BB5278 Royal Heath

📋 copy color: '#BB5278'

red 187 ◦ green 82 ◦ blue 120

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

Shades of Royal Heath #BB5278

Tints of Royal Heath #BB5278

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.08%

 BLUE value IS 120 (47.27% from 255) = 30.85%

R = 48.07%
G = 21.08%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB5278 (or 0xBB5278) is known color: Royal Heath. HEX triplet: BB, 52 and 78. RGB value is (187,82,120). Sum of RGB (Red+Green+Blue) = 187+82+120=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 82 (32.42% from 255 or 21.08% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5278 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5278 is #44AD87. Grayscale: #757575. Windows color (decimal): -4500872 or 7885499. OLE color: 7885499.

HSL color Cylindrical-coordinate representation of color #BB5278: hue angle of 338.29º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB5278 is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 82 120 -
CMYK 0 0.56 0.36 0.27
HSL 338.29º 0.44% 0.53% -
HSV(B) 338.29º 0.56% 0.73% -
XYZ 26.9 17.96 19.82 -
YUV 117.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 187 82 120 0 0.56 0.36 0.27 338.29 0.44 0.53
Hex BB 52 78 0 38 24 1B 152 2C 35
Octal 273 122 170 0 70 44 33 522 54 65
Binary 10111011 1010010 1111000 0 111000 100100 11011 101010010 101100 110101

Color Harmonies of #BB5278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5278

Black with #BB5278

Text Example


Text Example

White with #BB5278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5278; }

 p { color: rgb(187,82,120); }

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

background-color css

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

 a { background-color: rgb(187,82,120); }

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

border-color css

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

 span { border-color: rgb(187,82,120); }

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