Html Css Color HEX #B2517C Royal Heath

📋 copy color: '#B2517C'

red 178 ◦ green 81 ◦ blue 124

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

Shades of Royal Heath #B2517C

Tints of Royal Heath #B2517C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.15%

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

R = 46.48%
G = 21.15%
B = 32.38%

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

#B2517C (or 0xB2517C) is known color: Royal Heath. HEX triplet: B2, 51 and 7C. RGB value is (178,81,124). Sum of RGB (Red+Green+Blue) = 178+81+124=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B2517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2517C is #4DAE83. Grayscale: #727272. Windows color (decimal): -5090948 or 8147378. OLE color: 8147378.

HSL color Cylindrical-coordinate representation of color #B2517C: hue angle of 333.4º degrees, saturation: 0.39, 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 #B2517C is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 81 124 -
CMYK 0 0.54 0.30 0.30
HSL 333.4º 0.39% 0.51% -
HSV(B) 333.4º 0.54% 0.7% -
XYZ 24.94 16.81 21 -
YUV 114.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 178 81 124 0 0.54 0.30 0.30 333.4 0.39 0.51
Hex B2 51 7C 0 36 1E 1E 14D 27 33
Octal 262 121 174 0 66 36 36 515 47 63
Binary 10110010 1010001 1111100 0 110110 11110 11110 101001101 100111 110011

Color Harmonies of #B2517C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2517C

Black with #B2517C

Text Example


Text Example

White with #B2517C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2517C; }

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

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

background-color css

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

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

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

border-color css

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

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

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