Html Css Color HEX #B0527E Royal Heath

📋 copy color: '#B0527E'

red 176 ◦ green 82 ◦ blue 126

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

Shades of Royal Heath #B0527E

Tints of Royal Heath #B0527E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.35%

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

R = 45.83%
G = 21.35%
B = 32.81%

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

#B0527E (or 0xB0527E) is known color: Royal Heath. HEX triplet: B0, 52 and 7E. RGB value is (176,82,126). Sum of RGB (Red+Green+Blue) = 176+82+126=384 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.83% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 176 - color contains mainly: red. Hex color #B0527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0527E is #4FAD81. Grayscale: #737373. Windows color (decimal): -5221762 or 8278704. OLE color: 8278704.

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

Color convert

RGB 176 82 126 -
CMYK 0 0.53 0.28 0.31
HSL 331.91º 0.37% 0.51% -
HSV(B) 331.91º 0.53% 0.69% -
XYZ 24.69 16.77 21.67 -
YUV 115.12 134.14 171.42 -
System Red Green Blue C M Y K H S L
Decimal 176 82 126 0 0.53 0.28 0.31 331.91 0.37 0.51
Hex B0 52 7E 0 35 1C 1F 14C 25 33
Octal 260 122 176 0 65 34 37 514 45 63
Binary 10110000 1010010 1111110 0 110101 11100 11111 101001100 100101 110011

Color Harmonies of #B0527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0527E

Black with #B0527E

Text Example


Text Example

White with #B0527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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