Html Css Color HEX #BB5280 Royal Heath

📋 copy color: '#BB5280'

red 187 ◦ green 82 ◦ blue 128

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

Shades of Royal Heath #BB5280

Tints of Royal Heath #BB5280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.24%

R = 47.1%
G = 20.65%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#BB5280 (or 0xBB5280) is known color: Royal Heath. HEX triplet: BB, 52 and 80. RGB value is (187,82,128). Sum of RGB (Red+Green+Blue) = 187+82+128=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 82 (32.42% from 255 or 20.65% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB5280 is #44AD7F. Grayscale: #767676. Windows color (decimal): -4500864 or 8409787. OLE color: 8409787.

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

Color convert

RGB 187 82 128 -
CMYK 0 0.56 0.32 0.27
HSL 333.71º 0.44% 0.53% -
HSV(B) 333.71º 0.56% 0.73% -
XYZ 27.41 18.16 22.48 -
YUV 118.64 133.29 176.76 -
System Red Green Blue C M Y K H S L
Decimal 187 82 128 0 0.56 0.32 0.27 333.71 0.44 0.53
Hex BB 52 80 0 38 20 1B 14E 2C 35
Octal 273 122 200 0 70 40 33 516 54 65
Binary 10111011 1010010 10000000 0 111000 100000 11011 101001110 101100 110101

Color Harmonies of #BB5280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5280

Black with #BB5280

Text Example


Text Example

White with #BB5280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5280; }

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

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

background-color css

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

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

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

border-color css

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

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

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