Html Css Color HEX #B2018E Medium Violet Red

📋 copy color: '#B2018E'

red 178 ◦ green 1 ◦ blue 142

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

Shades of Medium Violet Red #B2018E

Tints of Medium Violet Red #B2018E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

 BLUE value IS 142 (55.86% from 255) = 44.24%

R = 55.45%
G = 0.31%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2018E (or 0xB2018E) is known color: Medium Violet Red. HEX triplet: B2, 01 and 8E. RGB value is (178,1,142). Sum of RGB (Red+Green+Blue) = 178+1+142=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 1 (0.78% from 255 or 0.31% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2018E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2018E is #4DFE71. Grayscale: #454545. Windows color (decimal): -5111410 or 9306546. OLE color: 9306546.

HSL color Cylindrical-coordinate representation of color #B2018E: hue angle of 312.2º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2018E is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 1 142 -
CMYK 0 0.99 0.20 0.30
HSL 312.2º 0.99% 0.35% -
HSV(B) 312.2º 0.99% 0.7% -
XYZ 23.25 11.44 26.57 -
YUV 70 168.64 205.04 -
System Red Green Blue C M Y K H S L
Decimal 178 1 142 0 0.99 0.20 0.30 312.2 0.99 0.35
Hex B2 1 8E 0 63 14 1E 138 63 23
Octal 262 1 216 0 143 24 36 470 143 43
Binary 10110010 1 10001110 0 1100011 10100 11110 100111000 1100011 100011

Color Harmonies of #B2018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2018E

Black with #B2018E

Text Example


Text Example

White with #B2018E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2018E; }

 p { color: rgb(178,1,142); }

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

background-color css

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

 a { background-color: rgb(178,1,142); }

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

border-color css

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

 span { border-color: rgb(178,1,142); }

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