Html Css Color HEX #B05682 Royal Heath

📋 copy color: '#B05682'

red 176 ◦ green 86 ◦ blue 130

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

Shades of Royal Heath #B05682

Tints of Royal Heath #B05682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.94%

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 44.9%
G = 21.94%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B05682 (or 0xB05682) is known color: Royal Heath. HEX triplet: B0, 56 and 82. RGB value is (176,86,130). Sum of RGB (Red+Green+Blue) = 176+86+130=392 (51% of max value = 765). Red value is 176 (69.14% from 255 or 44.90% from 392); Green value is 86 (33.98% from 255 or 21.94% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 176 - color contains mainly: red. Hex color #B05682 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05682 is #4FA97D. Grayscale: #757575. Windows color (decimal): -5220734 or 8541872. OLE color: 8541872.

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

Color convert

RGB 176 86 130 -
CMYK 0 0.51 0.26 0.31
HSL 330.67º 0.36% 0.51% -
HSV(B) 330.67º 0.51% 0.69% -
XYZ 25.26 17.5 23.17 -
YUV 117.93 134.82 169.42 -
System Red Green Blue C M Y K H S L
Decimal 176 86 130 0 0.51 0.26 0.31 330.67 0.36 0.51
Hex B0 56 82 0 33 1A 1F 14B 24 33
Octal 260 126 202 0 63 32 37 513 44 63
Binary 10110000 1010110 10000010 0 110011 11010 11111 101001011 100100 110011

Color Harmonies of #B05682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05682

Black with #B05682

Text Example


Text Example

White with #B05682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05682; }

 p { color: rgb(176,86,130); }

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

background-color css

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

 a { background-color: rgb(176,86,130); }

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

border-color css

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

 span { border-color: rgb(176,86,130); }

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