Html Css Color HEX #B05881 Royal Heath

📋 copy color: '#B05881'

red 176 ◦ green 88 ◦ blue 129

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

Shades of Royal Heath #B05881

Tints of Royal Heath #B05881

RGB

 RED value IS 176 (69.14% from 255) = 44.78%

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

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

R = 44.78%
G = 22.39%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B05881 (or 0xB05881) is known color: Royal Heath. HEX triplet: B0, 58 and 81. RGB value is (176,88,129). Sum of RGB (Red+Green+Blue) = 176+88+129=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B05881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05881 is #4FA77E. Grayscale: #767676. Windows color (decimal): -5220223 or 8476848. OLE color: 8476848.

HSL color Cylindrical-coordinate representation of color #B05881: hue angle of 332.05º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B05881 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 88 129 -
CMYK 0 0.50 0.27 0.31
HSL 332.05º 0.36% 0.52% -
HSV(B) 332.05º 0.5% 0.69% -
XYZ 25.36 17.79 22.87 -
YUV 118.99 133.65 168.67 -
System Red Green Blue C M Y K H S L
Decimal 176 88 129 0 0.50 0.27 0.31 332.05 0.36 0.52
Hex B0 58 81 0 32 1B 1F 14C 24 34
Octal 260 130 201 0 62 33 37 514 44 64
Binary 10110000 1011000 10000001 0 110010 11011 11111 101001100 100100 110100

Color Harmonies of #B05881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05881

Black with #B05881

Text Example


Text Example

White with #B05881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05881; }

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

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

background-color css

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

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

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

border-color css

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

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

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