Html Css Color HEX #B2577F Royal Heath

📋 copy color: '#B2577F'

red 178 ◦ green 87 ◦ blue 127

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

Shades of Royal Heath #B2577F

Tints of Royal Heath #B2577F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.19%

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

R = 45.41%
G = 22.19%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2577F (or 0xB2577F) is known color: Royal Heath. HEX triplet: B2, 57 and 7F. RGB value is (178,87,127). Sum of RGB (Red+Green+Blue) = 178+87+127=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B2577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2577F is #4DA880. Grayscale: #767676. Windows color (decimal): -5089409 or 8345522. OLE color: 8345522.

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

Color convert

RGB 178 87 127 -
CMYK 0 0.51 0.29 0.30
HSL 333.63º 0.37% 0.52% -
HSV(B) 333.63º 0.51% 0.7% -
XYZ 25.6 17.81 22.17 -
YUV 118.77 132.65 170.25 -
System Red Green Blue C M Y K H S L
Decimal 178 87 127 0 0.51 0.29 0.30 333.63 0.37 0.52
Hex B2 57 7F 0 33 1D 1E 14E 25 34
Octal 262 127 177 0 63 35 36 516 45 64
Binary 10110010 1010111 1111111 0 110011 11101 11110 101001110 100101 110100

Color Harmonies of #B2577F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2577F

Black with #B2577F

Text Example


Text Example

White with #B2577F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2577F; }

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

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

background-color css

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

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

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

border-color css

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

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

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