Html Css Color HEX #B2527D Royal Heath

📋 copy color: '#B2527D'

red 178 ◦ green 82 ◦ blue 125

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

Shades of Royal Heath #B2527D

Tints of Royal Heath #B2527D

RGB

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

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

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

R = 46.23%
G = 21.3%
B = 32.47%

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

#B2527D (or 0xB2527D) is known color: Royal Heath. HEX triplet: B2, 52 and 7D. RGB value is (178,82,125). Sum of RGB (Red+Green+Blue) = 178+82+125=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2527D is #4DAD82. Grayscale: #737373. Windows color (decimal): -5090691 or 8213170. OLE color: 8213170.

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

Color convert

RGB 178 82 125 -
CMYK 0 0.54 0.30 0.30
HSL 333.13º 0.38% 0.51% -
HSV(B) 333.13º 0.54% 0.7% -
XYZ 25.08 16.98 21.36 -
YUV 115.61 133.3 172.5 -
System Red Green Blue C M Y K H S L
Decimal 178 82 125 0 0.54 0.30 0.30 333.13 0.38 0.51
Hex B2 52 7D 0 36 1E 1E 14D 26 33
Octal 262 122 175 0 66 36 36 515 46 63
Binary 10110010 1010010 1111101 0 110110 11110 11110 101001101 100110 110011

Color Harmonies of #B2527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2527D

Black with #B2527D

Text Example


Text Example

White with #B2527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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