Html Css Color HEX #B0527D Royal Heath

📋 copy color: '#B0527D'

red 176 ◦ green 82 ◦ blue 125

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

Shades of Royal Heath #B0527D

Tints of Royal Heath #B0527D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 45.95%
G = 21.41%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0527D (or 0xB0527D) is known color: Royal Heath. HEX triplet: B0, 52 and 7D. RGB value is (176,82,125). Sum of RGB (Red+Green+Blue) = 176+82+125=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 82 (32.42% from 255 or 21.41% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B0527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0527D is #4FAD82. Grayscale: #727272. Windows color (decimal): -5221763 or 8213168. OLE color: 8213168.

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

Color convert

RGB 176 82 125 -
CMYK 0 0.53 0.29 0.31
HSL 332.55º 0.37% 0.51% -
HSV(B) 332.55º 0.53% 0.69% -
XYZ 24.62 16.75 21.34 -
YUV 115.01 133.64 171.5 -
System Red Green Blue C M Y K H S L
Decimal 176 82 125 0 0.53 0.29 0.31 332.55 0.37 0.51
Hex B0 52 7D 0 35 1D 1F 14D 25 33
Octal 260 122 175 0 65 35 37 515 45 63
Binary 10110000 1010010 1111101 0 110101 11101 11111 101001101 100101 110011

Color Harmonies of #B0527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0527D

Black with #B0527D

Text Example


Text Example

White with #B0527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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