Html Css Color HEX #B05781 Royal Heath

📋 copy color: '#B05781'

red 176 ◦ green 87 ◦ blue 129

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

Shades of Royal Heath #B05781

Tints of Royal Heath #B05781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.19%

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

R = 44.9%
G = 22.19%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B05781 (or 0xB05781) is known color: Royal Heath. HEX triplet: B0, 57 and 81. RGB value is (176,87,129). Sum of RGB (Red+Green+Blue) = 176+87+129=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B05781 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05781 is #4FA87E. Grayscale: #767676. Windows color (decimal): -5220479 or 8476592. OLE color: 8476592.

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

Color convert

RGB 176 87 129 -
CMYK 0 0.51 0.27 0.31
HSL 331.69º 0.36% 0.52% -
HSV(B) 331.69º 0.51% 0.69% -
XYZ 25.28 17.63 22.84 -
YUV 118.4 133.99 169.08 -
System Red Green Blue C M Y K H S L
Decimal 176 87 129 0 0.51 0.27 0.31 331.69 0.36 0.52
Hex B0 57 81 0 33 1B 1F 14C 24 34
Octal 260 127 201 0 63 33 37 514 44 64
Binary 10110000 1010111 10000001 0 110011 11011 11111 101001100 100100 110100

Color Harmonies of #B05781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05781

Black with #B05781

Text Example


Text Example

White with #B05781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05781; }

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

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

background-color css

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

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

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

border-color css

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

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

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