Html Css Color HEX #B2239E Medium Red Violet

📋 copy color: '#B2239E'

red 178 ◦ green 35 ◦ blue 158

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

Shades of Medium Red Violet #B2239E

Tints of Medium Red Violet #B2239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.43%

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

R = 47.98%
G = 9.43%
B = 42.59%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B2239E (or 0xB2239E) is known color: Medium Red Violet. HEX triplet: B2, 23 and 9E. RGB value is (178,35,158). Sum of RGB (Red+Green+Blue) = 178+35+158=371 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.98% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 178 - color contains mainly: red. Hex color #B2239E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2239E is #4DDC61. Grayscale: #5B5B5B. Windows color (decimal): -5102690 or 10363826. OLE color: 10363826.

HSL color Cylindrical-coordinate representation of color #B2239E: hue angle of 308.39º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2239E is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 35 158 -
CMYK 0 0.80 0.11 0.30
HSL 308.39º 0.67% 0.42% -
HSV(B) 308.39º 0.8% 0.7% -
XYZ 25.13 13.14 33.56 -
YUV 91.78 165.38 189.5 -
System Red Green Blue C M Y K H S L
Decimal 178 35 158 0 0.80 0.11 0.30 308.39 0.67 0.42
Hex B2 23 9E 0 50 B 1E 134 43 2A
Octal 262 43 236 0 120 13 36 464 103 52
Binary 10110010 100011 10011110 0 1010000 1011 11110 100110100 1000011 101010

Color Harmonies of #B2239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2239E

Black with #B2239E

Text Example


Text Example

White with #B2239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2239E; }

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

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

background-color css

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

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

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

border-color css

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

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

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