Html Css Color HEX #B2039D Medium Violet Red

📋 copy color: '#B2039D'

red 178 ◦ green 3 ◦ blue 157

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

Shades of Medium Violet Red #B2039D

Tints of Medium Violet Red #B2039D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

 BLUE value IS 157 (61.72% from 255) = 46.45%

R = 52.66%
G = 0.89%
B = 46.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2039D (or 0xB2039D) is known color: Medium Violet Red. HEX triplet: B2, 03 and 9D. RGB value is (178,3,157). Sum of RGB (Red+Green+Blue) = 178+3+157=338 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.66% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 157 (61.72% from 255 or 46.45% from 338); Max value from RGB is 178 - color contains mainly: red. Hex color #B2039D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2039D is #4DFC62. Grayscale: #484848. Windows color (decimal): -5110883 or 10290098. OLE color: 10290098.

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

Color convert

RGB 178 3 157 -
CMYK 0 0.98 0.12 0.30
HSL 307.2º 0.97% 0.35% -
HSV(B) 307.2º 0.98% 0.7% -
XYZ 24.48 11.96 32.92 -
YUV 72.88 175.48 202.98 -
System Red Green Blue C M Y K H S L
Decimal 178 3 157 0 0.98 0.12 0.30 307.2 0.97 0.35
Hex B2 3 9D 0 62 C 1E 133 61 23
Octal 262 3 235 0 142 14 36 463 141 43
Binary 10110010 11 10011101 0 1100010 1100 11110 100110011 1100001 100011

Color Harmonies of #B2039D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2039D

Black with #B2039D

Text Example


Text Example

White with #B2039D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2039D; }

 p { color: rgb(178,3,157); }

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

background-color css

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

 a { background-color: rgb(178,3,157); }

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

border-color css

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

 span { border-color: rgb(178,3,157); }

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