Html Css Color HEX #B05983 Royal Heath

📋 copy color: '#B05983'

red 176 ◦ green 89 ◦ blue 131

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

Shades of Royal Heath #B05983

Tints of Royal Heath #B05983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 33.08%

R = 44.44%
G = 22.47%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B05983 (or 0xB05983) is known color: Royal Heath. HEX triplet: B0, 59 and 83. RGB value is (176,89,131). Sum of RGB (Red+Green+Blue) = 176+89+131=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 89 (35.16% from 255 or 22.47% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 176 - color contains mainly: red. Hex color #B05983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05983 is #4FA67C. Grayscale: #777777. Windows color (decimal): -5219965 or 8608176. OLE color: 8608176.

HSL color Cylindrical-coordinate representation of color #B05983: hue angle of 331.03º 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 #B05983 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 89 131 -
CMYK 0 0.49 0.26 0.31
HSL 331.03º 0.36% 0.52% -
HSV(B) 331.03º 0.49% 0.69% -
XYZ 25.57 18.01 23.6 -
YUV 119.8 134.32 168.08 -
System Red Green Blue C M Y K H S L
Decimal 176 89 131 0 0.49 0.26 0.31 331.03 0.36 0.52
Hex B0 59 83 0 31 1A 1F 14B 24 34
Octal 260 131 203 0 61 32 37 513 44 64
Binary 10110000 1011001 10000011 0 110001 11010 11111 101001011 100100 110100

Color Harmonies of #B05983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05983

Black with #B05983

Text Example


Text Example

White with #B05983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05983; }

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

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

background-color css

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

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

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

border-color css

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

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

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