Html Css Color HEX #B2557F Royal Heath

📋 copy color: '#B2557F'

red 178 ◦ green 85 ◦ blue 127

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

Shades of Royal Heath #B2557F

Tints of Royal Heath #B2557F

RGB

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

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

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

R = 45.64%
G = 21.79%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2557F (or 0xB2557F) is known color: Royal Heath. HEX triplet: B2, 55 and 7F. RGB value is (178,85,127). Sum of RGB (Red+Green+Blue) = 178+85+127=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 85 (33.59% from 255 or 21.79% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 178 - color contains mainly: red. Hex color #B2557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2557F is #4DAA80. Grayscale: #757575. Windows color (decimal): -5089921 or 8345010. OLE color: 8345010.

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

Color convert

RGB 178 85 127 -
CMYK 0 0.52 0.29 0.30
HSL 332.9º 0.38% 0.52% -
HSV(B) 332.9º 0.52% 0.7% -
XYZ 25.44 17.49 22.11 -
YUV 117.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 178 85 127 0 0.52 0.29 0.30 332.9 0.38 0.52
Hex B2 55 7F 0 34 1D 1E 14D 26 34
Octal 262 125 177 0 64 35 36 515 46 64
Binary 10110010 1010101 1111111 0 110100 11101 11110 101001101 100110 110100

Color Harmonies of #B2557F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2557F

Black with #B2557F

Text Example


Text Example

White with #B2557F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2557F; }

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

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

background-color css

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

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

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

border-color css

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

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

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