Html Css Color HEX #B2527A Royal Heath

📋 copy color: '#B2527A'

red 178 ◦ green 82 ◦ blue 122

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

Shades of Royal Heath #B2527A

Tints of Royal Heath #B2527A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.94%

R = 46.6%
G = 21.47%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2527A (or 0xB2527A) is known color: Royal Heath. HEX triplet: B2, 52 and 7A. RGB value is (178,82,122). Sum of RGB (Red+Green+Blue) = 178+82+122=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 82 (32.42% from 255 or 21.47% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B2527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2527A is #4DAD85. Grayscale: #737373. Windows color (decimal): -5090694 or 8016562. OLE color: 8016562.

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

Color convert

RGB 178 82 122 -
CMYK 0 0.54 0.31 0.30
HSL 335º 0.38% 0.51% -
HSV(B) 335º 0.54% 0.7% -
XYZ 24.89 16.9 20.36 -
YUV 115.26 131.8 172.75 -
System Red Green Blue C M Y K H S L
Decimal 178 82 122 0 0.54 0.31 0.30 335 0.38 0.51
Hex B2 52 7A 0 36 1F 1E 14F 26 33
Octal 262 122 172 0 66 37 36 517 46 63
Binary 10110010 1010010 1111010 0 110110 11111 11110 101001111 100110 110011

Color Harmonies of #B2527A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2527A

Black with #B2527A

Text Example


Text Example

White with #B2527A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2527A; }

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

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

background-color css

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

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

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

border-color css

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

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

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