Html Css Color HEX #B85881 Royal Heath

📋 copy color: '#B85881'

red 184 ◦ green 88 ◦ blue 129

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

Shades of Royal Heath #B85881

Tints of Royal Heath #B85881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.17%

R = 45.89%
G = 21.95%
B = 32.17%

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

#B85881 (or 0xB85881) is known color: Royal Heath. HEX triplet: B8, 58 and 81. RGB value is (184,88,129). Sum of RGB (Red+Green+Blue) = 184+88+129=401 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.89% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 184 - color contains mainly: red. Hex color #B85881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85881 is #47A77E. Grayscale: #797979. Windows color (decimal): -4695935 or 8476856. OLE color: 8476856.

HSL color Cylindrical-coordinate representation of color #B85881: hue angle of 334.38º 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 #B85881 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 88 129 -
CMYK 0 0.52 0.30 0.28
HSL 334.38º 0.4% 0.53% -
HSV(B) 334.38º 0.52% 0.72% -
XYZ 27.22 18.75 22.95 -
YUV 121.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 184 88 129 0 0.52 0.30 0.28 334.38 0.4 0.53
Hex B8 58 81 0 34 1E 1C 14E 28 35
Octal 270 130 201 0 64 36 34 516 50 65
Binary 10111000 1011000 10000001 0 110100 11110 11100 101001110 101000 110101

Color Harmonies of #B85881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85881

Black with #B85881

Text Example


Text Example

White with #B85881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85881; }

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

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

background-color css

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

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

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

border-color css

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

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

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