Html Css Color HEX #B2527F Royal Heath

📋 copy color: '#B2527F'

red 178 ◦ green 82 ◦ blue 127

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

Shades of Royal Heath #B2527F

Tints of Royal Heath #B2527F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 32.82%

R = 45.99%
G = 21.19%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2527F (or 0xB2527F) is known color: Royal Heath. HEX triplet: B2, 52 and 7F. RGB value is (178,82,127). Sum of RGB (Red+Green+Blue) = 178+82+127=387 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.99% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 178 - color contains mainly: red. Hex color #B2527F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2527F is #4DAD80. Grayscale: #737373. Windows color (decimal): -5090689 or 8344242. OLE color: 8344242.

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

Color convert

RGB 178 82 127 -
CMYK 0 0.54 0.29 0.30
HSL 331.88º 0.38% 0.51% -
HSV(B) 331.88º 0.54% 0.7% -
XYZ 25.21 17.03 22.04 -
YUV 115.83 134.3 172.34 -
System Red Green Blue C M Y K H S L
Decimal 178 82 127 0 0.54 0.29 0.30 331.88 0.38 0.51
Hex B2 52 7F 0 36 1D 1E 14C 26 33
Octal 262 122 177 0 66 35 36 514 46 63
Binary 10110010 1010010 1111111 0 110110 11101 11110 101001100 100110 110011

Color Harmonies of #B2527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2527F

Black with #B2527F

Text Example


Text Example

White with #B2527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2527F; }

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

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

background-color css

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

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

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

border-color css

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

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

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