Html Css Color HEX #B3239C Medium Red Violet

📋 copy color: '#B3239C'

red 179 ◦ green 35 ◦ blue 156

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

Shades of Medium Red Violet #B3239C

Tints of Medium Red Violet #B3239C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.16%

R = 48.38%
G = 9.46%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3239C (or 0xB3239C) is known color: Medium Red Violet. HEX triplet: B3, 23 and 9C. RGB value is (179,35,156). Sum of RGB (Red+Green+Blue) = 179+35+156=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 179 - color contains mainly: red. Hex color #B3239C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3239C is #4CDC63. Grayscale: #5B5B5B. Windows color (decimal): -5037156 or 10232755. OLE color: 10232755.

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

Color convert

RGB 179 35 156 -
CMYK 0 0.80 0.13 0.30
HSL 309.58º 0.67% 0.42% -
HSV(B) 309.58º 0.8% 0.7% -
XYZ 25.19 13.19 32.67 -
YUV 91.85 164.21 190.16 -
System Red Green Blue C M Y K H S L
Decimal 179 35 156 0 0.80 0.13 0.30 309.58 0.67 0.42
Hex B3 23 9C 0 50 D 1E 136 43 2A
Octal 263 43 234 0 120 15 36 466 103 52
Binary 10110011 100011 10011100 0 1010000 1101 11110 100110110 1000011 101010

Color Harmonies of #B3239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3239C

Black with #B3239C

Text Example


Text Example

White with #B3239C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3239C; }

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

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

background-color css

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

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

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

border-color css

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

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

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