Html Css Color HEX #B0527B Royal Heath

📋 copy color: '#B0527B'

red 176 ◦ green 82 ◦ blue 123

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

Shades of Royal Heath #B0527B

Tints of Royal Heath #B0527B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 46.19%
G = 21.52%
B = 32.28%

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

#B0527B (or 0xB0527B) is known color: Royal Heath. HEX triplet: B0, 52 and 7B. RGB value is (176,82,123). Sum of RGB (Red+Green+Blue) = 176+82+123=381 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.19% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 176 - color contains mainly: red. Hex color #B0527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0527B is #4FAD84. Grayscale: #727272. Windows color (decimal): -5221765 or 8082096. OLE color: 8082096.

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

Color convert

RGB 176 82 123 -
CMYK 0 0.53 0.30 0.31
HSL 333.83º 0.37% 0.51% -
HSV(B) 333.83º 0.53% 0.69% -
XYZ 24.5 16.69 20.67 -
YUV 114.78 132.64 171.67 -
System Red Green Blue C M Y K H S L
Decimal 176 82 123 0 0.53 0.30 0.31 333.83 0.37 0.51
Hex B0 52 7B 0 35 1E 1F 14E 25 33
Octal 260 122 173 0 65 36 37 516 45 63
Binary 10110000 1010010 1111011 0 110101 11110 11111 101001110 100101 110011

Color Harmonies of #B0527B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0527B

Black with #B0527B

Text Example


Text Example

White with #B0527B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0527B; }

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

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

background-color css

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

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

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

border-color css

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

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

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