Html Css Color HEX #B0527C Royal Heath

📋 copy color: '#B0527C'

red 176 ◦ green 82 ◦ blue 124

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

Shades of Royal Heath #B0527C

Tints of Royal Heath #B0527C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.46%

R = 46.07%
G = 21.47%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0527C (or 0xB0527C) is known color: Royal Heath. HEX triplet: B0, 52 and 7C. RGB value is (176,82,124). Sum of RGB (Red+Green+Blue) = 176+82+124=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 176 - color contains mainly: red. Hex color #B0527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0527C is #4FAD83. Grayscale: #727272. Windows color (decimal): -5221764 or 8147632. OLE color: 8147632.

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

Color convert

RGB 176 82 124 -
CMYK 0 0.53 0.30 0.31
HSL 333.19º 0.37% 0.51% -
HSV(B) 333.19º 0.53% 0.69% -
XYZ 24.56 16.72 21 -
YUV 114.89 133.14 171.58 -
System Red Green Blue C M Y K H S L
Decimal 176 82 124 0 0.53 0.30 0.31 333.19 0.37 0.51
Hex B0 52 7C 0 35 1E 1F 14D 25 33
Octal 260 122 174 0 65 36 37 515 45 63
Binary 10110000 1010010 1111100 0 110101 11110 11111 101001101 100101 110011

Color Harmonies of #B0527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0527C

Black with #B0527C

Text Example


Text Example

White with #B0527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0527C; }

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

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

background-color css

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

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

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

border-color css

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

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

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