Html Css Color HEX #B2158F Medium Violet Red

📋 copy color: '#B2158F'

red 178 ◦ green 21 ◦ blue 143

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

Shades of Medium Violet Red #B2158F

Tints of Medium Violet Red #B2158F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 41.81%

R = 52.05%
G = 6.14%
B = 41.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2158F (or 0xB2158F) is known color: Medium Violet Red. HEX triplet: B2, 15 and 8F. RGB value is (178,21,143). Sum of RGB (Red+Green+Blue) = 178+21+143=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2158F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2158F is #4DEA70. Grayscale: #515151. Windows color (decimal): -5106289 or 9377202. OLE color: 9377202.

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

Color convert

RGB 178 21 143 -
CMYK 0 0.88 0.20 0.30
HSL 313.38º 0.79% 0.39% -
HSV(B) 313.38º 0.88% 0.7% -
XYZ 23.59 11.98 27.06 -
YUV 81.85 162.51 196.58 -
System Red Green Blue C M Y K H S L
Decimal 178 21 143 0 0.88 0.20 0.30 313.38 0.79 0.39
Hex B2 15 8F 0 58 14 1E 139 4F 27
Octal 262 25 217 0 130 24 36 471 117 47
Binary 10110010 10101 10001111 0 1011000 10100 11110 100111001 1001111 100111

Color Harmonies of #B2158F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2158F

Black with #B2158F

Text Example


Text Example

White with #B2158F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2158F; }

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

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

background-color css

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

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

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

border-color css

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

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

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