Html Css Color HEX #B2157F Medium Violet Red

📋 copy color: '#B2157F'

red 178 ◦ green 21 ◦ blue 127

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

Shades of Medium Violet Red #B2157F

Tints of Medium Violet Red #B2157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.44%

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

R = 54.6%
G = 6.44%
B = 38.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2157F (or 0xB2157F) is known color: Medium Violet Red. HEX triplet: B2, 15 and 7F. RGB value is (178,21,127). Sum of RGB (Red+Green+Blue) = 178+21+127=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 127 (50% from 255 or 38.96% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2157F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2157F is #4DEA80. Grayscale: #4F4F4F. Windows color (decimal): -5106305 or 8328626. OLE color: 8328626.

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

Color convert

RGB 178 21 127 -
CMYK 0 0.88 0.29 0.30
HSL 319.49º 0.79% 0.39% -
HSV(B) 319.49º 0.88% 0.7% -
XYZ 22.46 11.53 21.12 -
YUV 80.03 154.51 197.88 -
System Red Green Blue C M Y K H S L
Decimal 178 21 127 0 0.88 0.29 0.30 319.49 0.79 0.39
Hex B2 15 7F 0 58 1D 1E 13F 4F 27
Octal 262 25 177 0 130 35 36 477 117 47
Binary 10110010 10101 1111111 0 1011000 11101 11110 100111111 1001111 100111

Color Harmonies of #B2157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2157F

Black with #B2157F

Text Example


Text Example

White with #B2157F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2157F; }

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

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

background-color css

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

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

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

border-color css

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

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

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