Html Css Color HEX #B2158B Medium Violet Red

📋 copy color: '#B2158B'

red 178 ◦ green 21 ◦ blue 139

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

Shades of Medium Violet Red #B2158B

Tints of Medium Violet Red #B2158B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 41.12%

R = 52.66%
G = 6.21%
B = 41.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2158B (or 0xB2158B) is known color: Medium Violet Red. HEX triplet: B2, 15 and 8B. RGB value is (178,21,139). Sum of RGB (Red+Green+Blue) = 178+21+139=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 139 (54.69% from 255 or 41.12% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2158B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2158B is #4DEA74. Grayscale: #515151. Windows color (decimal): -5106293 or 9115058. OLE color: 9115058.

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

Color convert

RGB 178 21 139 -
CMYK 0 0.88 0.22 0.30
HSL 314.9º 0.79% 0.39% -
HSV(B) 314.9º 0.88% 0.7% -
XYZ 23.29 11.87 25.49 -
YUV 81.4 160.51 196.91 -
System Red Green Blue C M Y K H S L
Decimal 178 21 139 0 0.88 0.22 0.30 314.9 0.79 0.39
Hex B2 15 8B 0 58 16 1E 13B 4F 27
Octal 262 25 213 0 130 26 36 473 117 47
Binary 10110010 10101 10001011 0 1011000 10110 11110 100111011 1001111 100111

Color Harmonies of #B2158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2158B

Black with #B2158B

Text Example


Text Example

White with #B2158B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2158B; }

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

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

background-color css

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

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

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

border-color css

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

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

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