Html Css Color HEX #B05980 Royal Heath

📋 copy color: '#B05980'

red 176 ◦ green 89 ◦ blue 128

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

Shades of Royal Heath #B05980

Tints of Royal Heath #B05980

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.65%

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

R = 44.78%
G = 22.65%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B05980 (or 0xB05980) is known color: Royal Heath. HEX triplet: B0, 59 and 80. RGB value is (176,89,128). Sum of RGB (Red+Green+Blue) = 176+89+128=393 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.78% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 128 (50.39% from 255 or 32.57% from 393); Max value from RGB is 176 - color contains mainly: red. Hex color #B05980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05980 is #4FA67F. Grayscale: #777777. Windows color (decimal): -5219968 or 8411568. OLE color: 8411568.

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

Color convert

RGB 176 89 128 -
CMYK 0 0.49 0.27 0.31
HSL 333.1º 0.36% 0.52% -
HSV(B) 333.1º 0.49% 0.69% -
XYZ 25.37 17.93 22.55 -
YUV 119.46 132.82 168.33 -
System Red Green Blue C M Y K H S L
Decimal 176 89 128 0 0.49 0.27 0.31 333.1 0.36 0.52
Hex B0 59 80 0 31 1B 1F 14D 24 34
Octal 260 131 200 0 61 33 37 515 44 64
Binary 10110000 1011001 10000000 0 110001 11011 11111 101001101 100100 110100

Color Harmonies of #B05980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05980

Black with #B05980

Text Example


Text Example

White with #B05980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05980; }

 p { color: rgb(176,89,128); }

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

background-color css

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

 a { background-color: rgb(176,89,128); }

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

border-color css

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

 span { border-color: rgb(176,89,128); }

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