Html Css Color HEX #B2138A Medium Violet Red

📋 copy color: '#B2138A'

red 178 ◦ green 19 ◦ blue 138

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

Shades of Medium Violet Red #B2138A

Tints of Medium Violet Red #B2138A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.19%

R = 53.13%
G = 5.67%
B = 41.19%

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

#B2138A (or 0xB2138A) is known color: Medium Violet Red. HEX triplet: B2, 13 and 8A. RGB value is (178,19,138). Sum of RGB (Red+Green+Blue) = 178+19+138=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2138A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2138A is #4DEC75. Grayscale: #4F4F4F. Windows color (decimal): -5106806 or 9049010. OLE color: 9049010.

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

Color convert

RGB 178 19 138 -
CMYK 0 0.89 0.22 0.30
HSL 315.09º 0.81% 0.39% -
HSV(B) 315.09º 0.89% 0.7% -
XYZ 23.18 11.77 25.09 -
YUV 80.11 160.68 197.82 -
System Red Green Blue C M Y K H S L
Decimal 178 19 138 0 0.89 0.22 0.30 315.09 0.81 0.39
Hex B2 13 8A 0 59 16 1E 13B 51 27
Octal 262 23 212 0 131 26 36 473 121 47
Binary 10110010 10011 10001010 0 1011001 10110 11110 100111011 1010001 100111

Color Harmonies of #B2138A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2138A

Black with #B2138A

Text Example


Text Example

White with #B2138A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2138A; }

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

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

background-color css

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

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

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

border-color css

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

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

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