Html Css Color HEX #B85880 Royal Heath

📋 copy color: '#B85880'

red 184 ◦ green 88 ◦ blue 128

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

Shades of Royal Heath #B85880

Tints of Royal Heath #B85880

RGB

 RED value IS 184 (72.27% from 255) = 46%

 GREEN value IS 88 (34.77% from 255) = 22%

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

R = 46%
G = 22%
B = 32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B85880 (or 0xB85880) is known color: Royal Heath. HEX triplet: B8, 58 and 80. RGB value is (184,88,128). Sum of RGB (Red+Green+Blue) = 184+88+128=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 88 (34.77% from 255 or 22% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B85880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85880 is #47A77F. Grayscale: #797979. Windows color (decimal): -4695936 or 8411320. OLE color: 8411320.

HSL color Cylindrical-coordinate representation of color #B85880: hue angle of 335º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85880 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 88 128 -
CMYK 0 0.52 0.30 0.28
HSL 335º 0.4% 0.53% -
HSV(B) 335º 0.52% 0.72% -
XYZ 27.15 18.73 22.61 -
YUV 121.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 184 88 128 0 0.52 0.30 0.28 335 0.4 0.53
Hex B8 58 80 0 34 1E 1C 14F 28 35
Octal 270 130 200 0 64 36 34 517 50 65
Binary 10111000 1011000 10000000 0 110100 11110 11100 101001111 101000 110101

Color Harmonies of #B85880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85880

Black with #B85880

Text Example


Text Example

White with #B85880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85880; }

 p { color: rgb(184,88,128); }

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

background-color css

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

 a { background-color: rgb(184,88,128); }

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

border-color css

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

 span { border-color: rgb(184,88,128); }

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