Html Css Color HEX #B0527F Royal Heath

📋 copy color: '#B0527F'

red 176 ◦ green 82 ◦ blue 127

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

Shades of Royal Heath #B0527F

Tints of Royal Heath #B0527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.99%

R = 45.71%
G = 21.3%
B = 32.99%

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

#B0527F (or 0xB0527F) is known color: Royal Heath. HEX triplet: B0, 52 and 7F. RGB value is (176,82,127). Sum of RGB (Red+Green+Blue) = 176+82+127=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0527F is #4FAD80. Grayscale: #737373. Windows color (decimal): -5221761 or 8344240. OLE color: 8344240.

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

Color convert

RGB 176 82 127 -
CMYK 0 0.53 0.28 0.31
HSL 331.28º 0.37% 0.51% -
HSV(B) 331.28º 0.53% 0.69% -
XYZ 24.75 16.8 22.02 -
YUV 115.24 134.64 171.34 -
System Red Green Blue C M Y K H S L
Decimal 176 82 127 0 0.53 0.28 0.31 331.28 0.37 0.51
Hex B0 52 7F 0 35 1C 1F 14B 25 33
Octal 260 122 177 0 65 34 37 513 45 63
Binary 10110000 1010010 1111111 0 110101 11100 11111 101001011 100101 110011

Color Harmonies of #B0527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0527F

Black with #B0527F

Text Example


Text Example

White with #B0527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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