Html Css Color HEX #B2139B Medium Violet Red

📋 copy color: '#B2139B'

red 178 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #B2139B

Tints of Medium Violet Red #B2139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.4%

 BLUE value IS 155 (60.94% from 255) = 44.03%

R = 50.57%
G = 5.4%
B = 44.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2139B (or 0xB2139B) is known color: Medium Violet Red. HEX triplet: B2, 13 and 9B. RGB value is (178,19,155). Sum of RGB (Red+Green+Blue) = 178+19+155=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2139B is #4DEC64. Grayscale: #515151. Windows color (decimal): -5106789 or 10163122. OLE color: 10163122.

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

Color convert

RGB 178 19 155 -
CMYK 0 0.89 0.13 0.30
HSL 308.68º 0.81% 0.39% -
HSV(B) 308.68º 0.89% 0.7% -
XYZ 24.51 12.3 32.09 -
YUV 82.05 169.18 196.44 -
System Red Green Blue C M Y K H S L
Decimal 178 19 155 0 0.89 0.13 0.30 308.68 0.81 0.39
Hex B2 13 9B 0 59 D 1E 135 51 27
Octal 262 23 233 0 131 15 36 465 121 47
Binary 10110010 10011 10011011 0 1011001 1101 11110 100110101 1010001 100111

Color Harmonies of #B2139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2139B

Black with #B2139B

Text Example


Text Example

White with #B2139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2139B; }

 p { color: rgb(178,19,155); }

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

background-color css

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

 a { background-color: rgb(178,19,155); }

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

border-color css

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

 span { border-color: rgb(178,19,155); }

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