Html Css Color HEX #B0537E Royal Heath

📋 copy color: '#B0537E'

red 176 ◦ green 83 ◦ blue 126

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

Shades of Royal Heath #B0537E

Tints of Royal Heath #B0537E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.56%

 BLUE value IS 126 (49.61% from 255) = 32.73%

R = 45.71%
G = 21.56%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0537E (or 0xB0537E) is known color: Royal Heath. HEX triplet: B0, 53 and 7E. RGB value is (176,83,126). Sum of RGB (Red+Green+Blue) = 176+83+126=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0537E is #4FAC81. Grayscale: #737373. Windows color (decimal): -5221506 or 8278960. OLE color: 8278960.

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

Color convert

RGB 176 83 126 -
CMYK 0 0.53 0.28 0.31
HSL 332.26º 0.37% 0.51% -
HSV(B) 332.26º 0.53% 0.69% -
XYZ 24.76 16.92 21.7 -
YUV 115.71 133.81 171 -
System Red Green Blue C M Y K H S L
Decimal 176 83 126 0 0.53 0.28 0.31 332.26 0.37 0.51
Hex B0 53 7E 0 35 1C 1F 14C 25 33
Octal 260 123 176 0 65 34 37 514 45 63
Binary 10110000 1010011 1111110 0 110101 11100 11111 101001100 100101 110011

Color Harmonies of #B0537E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0537E

Black with #B0537E

Text Example


Text Example

White with #B0537E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0537E; }

 p { color: rgb(176,83,126); }

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

background-color css

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

 a { background-color: rgb(176,83,126); }

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

border-color css

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

 span { border-color: rgb(176,83,126); }

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