Html Css Color HEX #B2039B Medium Violet Red

📋 copy color: '#B2039B'

red 178 ◦ green 3 ◦ blue 155

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

Shades of Medium Violet Red #B2039B

Tints of Medium Violet Red #B2039B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.13%

R = 52.98%
G = 0.89%
B = 46.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2039B (or 0xB2039B) is known color: Medium Violet Red. HEX triplet: B2, 03 and 9B. RGB value is (178,3,155). Sum of RGB (Red+Green+Blue) = 178+3+155=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B2039B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2039B is #4DFC64. Grayscale: #484848. Windows color (decimal): -5110885 or 10159026. OLE color: 10159026.

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

Color convert

RGB 178 3 155 -
CMYK 0 0.98 0.13 0.30
HSL 307.89º 0.97% 0.35% -
HSV(B) 307.89º 0.98% 0.7% -
XYZ 24.31 11.9 32.03 -
YUV 72.65 174.48 203.14 -
System Red Green Blue C M Y K H S L
Decimal 178 3 155 0 0.98 0.13 0.30 307.89 0.97 0.35
Hex B2 3 9B 0 62 D 1E 134 61 23
Octal 262 3 233 0 142 15 36 464 141 43
Binary 10110010 11 10011011 0 1100010 1101 11110 100110100 1100001 100011

Color Harmonies of #B2039B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2039B

Black with #B2039B

Text Example


Text Example

White with #B2039B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2039B; }

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

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

background-color css

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

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

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

border-color css

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

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

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