Html Css Color HEX #B2557A Royal Heath

📋 copy color: '#B2557A'

red 178 ◦ green 85 ◦ blue 122

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

Shades of Royal Heath #B2557A

Tints of Royal Heath #B2557A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.08%

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

R = 46.23%
G = 22.08%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2557A (or 0xB2557A) is known color: Royal Heath. HEX triplet: B2, 55 and 7A. RGB value is (178,85,122). Sum of RGB (Red+Green+Blue) = 178+85+122=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2557A is #4DAA85. Grayscale: #747474. Windows color (decimal): -5089926 or 8017330. OLE color: 8017330.

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

Color convert

RGB 178 85 122 -
CMYK 0 0.52 0.31 0.30
HSL 336.13º 0.38% 0.52% -
HSV(B) 336.13º 0.52% 0.7% -
XYZ 25.12 17.37 20.44 -
YUV 117.03 130.81 171.49 -
System Red Green Blue C M Y K H S L
Decimal 178 85 122 0 0.52 0.31 0.30 336.13 0.38 0.52
Hex B2 55 7A 0 34 1F 1E 150 26 34
Octal 262 125 172 0 64 37 36 520 46 64
Binary 10110010 1010101 1111010 0 110100 11111 11110 101010000 100110 110100

Color Harmonies of #B2557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2557A

Black with #B2557A

Text Example


Text Example

White with #B2557A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2557A; }

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

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

background-color css

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

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

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

border-color css

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

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

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