Html Css Color HEX #B2138B Medium Violet Red

📋 copy color: '#B2138B'

red 178 ◦ green 19 ◦ blue 139

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

Shades of Medium Violet Red #B2138B

Tints of Medium Violet Red #B2138B

RGB

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

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

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

R = 52.98%
G = 5.65%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B2138B (or 0xB2138B) is known color: Medium Violet Red. HEX triplet: B2, 13 and 8B. RGB value is (178,19,139). Sum of RGB (Red+Green+Blue) = 178+19+139=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2138B is #4DEC74. Grayscale: #4F4F4F. Windows color (decimal): -5106805 or 9114546. OLE color: 9114546.

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

Color convert

RGB 178 19 139 -
CMYK 0 0.89 0.22 0.30
HSL 314.72º 0.81% 0.39% -
HSV(B) 314.72º 0.89% 0.7% -
XYZ 23.25 11.79 25.48 -
YUV 80.22 161.18 197.74 -
System Red Green Blue C M Y K H S L
Decimal 178 19 139 0 0.89 0.22 0.30 314.72 0.81 0.39
Hex B2 13 8B 0 59 16 1E 13B 51 27
Octal 262 23 213 0 131 26 36 473 121 47
Binary 10110010 10011 10001011 0 1011001 10110 11110 100111011 1010001 100111

Color Harmonies of #B2138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2138B

Black with #B2138B

Text Example


Text Example

White with #B2138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2138B; }

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

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

background-color css

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

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

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

border-color css

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

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

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