Html Css Color HEX #B3239E Medium Red Violet

📋 copy color: '#B3239E'

red 179 ◦ green 35 ◦ blue 158

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

Shades of Medium Red Violet #B3239E

Tints of Medium Red Violet #B3239E

RGB

 RED value IS 179 (70.31% from 255) = 48.12%

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

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

R = 48.12%
G = 9.41%
B = 42.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B3239E (or 0xB3239E) is known color: Medium Red Violet. HEX triplet: B3, 23 and 9E. RGB value is (179,35,158). Sum of RGB (Red+Green+Blue) = 179+35+158=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 35 (14.06% from 255 or 9.41% from 372); Blue value is 158 (62.11% from 255 or 42.47% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3239E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3239E is #4CDC61. Grayscale: #5B5B5B. Windows color (decimal): -5037154 or 10363827. OLE color: 10363827.

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

Color convert

RGB 179 35 158 -
CMYK 0 0.80 0.12 0.30
HSL 308.75º 0.67% 0.42% -
HSV(B) 308.75º 0.8% 0.7% -
XYZ 25.36 13.25 33.57 -
YUV 92.08 165.21 190 -
System Red Green Blue C M Y K H S L
Decimal 179 35 158 0 0.80 0.12 0.30 308.75 0.67 0.42
Hex B3 23 9E 0 50 C 1E 135 43 2A
Octal 263 43 236 0 120 14 36 465 103 52
Binary 10110011 100011 10011110 0 1010000 1100 11110 100110101 1000011 101010

Color Harmonies of #B3239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3239E

Black with #B3239E

Text Example


Text Example

White with #B3239E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3239E; }

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

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

background-color css

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

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

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

border-color css

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

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

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