Html Css Color HEX #B2527C Royal Heath

📋 copy color: '#B2527C'

red 178 ◦ green 82 ◦ blue 124

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

Shades of Royal Heath #B2527C

Tints of Royal Heath #B2527C

RGB

 RED value IS 178 (69.92% from 255) = 46.35%

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

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

R = 46.35%
G = 21.35%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2527C (or 0xB2527C) is known color: Royal Heath. HEX triplet: B2, 52 and 7C. RGB value is (178,82,124). Sum of RGB (Red+Green+Blue) = 178+82+124=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 82 (32.42% from 255 or 21.35% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B2527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2527C is #4DAD83. Grayscale: #737373. Windows color (decimal): -5090692 or 8147634. OLE color: 8147634.

HSL color Cylindrical-coordinate representation of color #B2527C: hue angle of 333.75º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2527C is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 82 124 -
CMYK 0 0.54 0.30 0.30
HSL 333.75º 0.38% 0.51% -
HSV(B) 333.75º 0.54% 0.7% -
XYZ 25.02 16.95 21.02 -
YUV 115.49 132.8 172.58 -
System Red Green Blue C M Y K H S L
Decimal 178 82 124 0 0.54 0.30 0.30 333.75 0.38 0.51
Hex B2 52 7C 0 36 1E 1E 14E 26 33
Octal 262 122 174 0 66 36 36 516 46 63
Binary 10110010 1010010 1111100 0 110110 11110 11110 101001110 100110 110011

Color Harmonies of #B2527C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2527C

Black with #B2527C

Text Example


Text Example

White with #B2527C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2527C; }

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

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

background-color css

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

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

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

border-color css

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

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

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