Html Css Color HEX #B2029E Medium Violet Red

📋 copy color: '#B2029E'

red 178 ◦ green 2 ◦ blue 158

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

Shades of Medium Violet Red #B2029E

Tints of Medium Violet Red #B2029E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.59%

 BLUE value IS 158 (62.11% from 255) = 46.75%

R = 52.66%
G = 0.59%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2029E (or 0xB2029E) is known color: Medium Violet Red. HEX triplet: B2, 02 and 9E. RGB value is (178,2,158). Sum of RGB (Red+Green+Blue) = 178+2+158=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2029E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2029E is #4DFD61. Grayscale: #474747. Windows color (decimal): -5111138 or 10355378. OLE color: 10355378.

HSL color Cylindrical-coordinate representation of color #B2029E: hue angle of 306.82º degrees, saturation: 0.98, 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 #B2029E is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 2 158 -
CMYK 0 0.99 0.11 0.30
HSL 306.82º 0.98% 0.35% -
HSV(B) 306.82º 0.99% 0.7% -
XYZ 24.55 11.98 33.37 -
YUV 72.41 176.31 203.32 -
System Red Green Blue C M Y K H S L
Decimal 178 2 158 0 0.99 0.11 0.30 306.82 0.98 0.35
Hex B2 2 9E 0 63 B 1E 133 62 23
Octal 262 2 236 0 143 13 36 463 142 43
Binary 10110010 10 10011110 0 1100011 1011 11110 100110011 1100010 100011

Color Harmonies of #B2029E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2029E

Black with #B2029E

Text Example


Text Example

White with #B2029E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2029E; }

 p { color: rgb(178,2,158); }

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

background-color css

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

 a { background-color: rgb(178,2,158); }

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

border-color css

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

 span { border-color: rgb(178,2,158); }

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