Html Css Color HEX #B3239B Medium Red Violet

📋 copy color: '#B3239B'

red 179 ◦ green 35 ◦ blue 155

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

Shades of Medium Red Violet #B3239B

Tints of Medium Red Violet #B3239B

RGB

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

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

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

R = 48.51%
G = 9.49%
B = 42.01%

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

#B3239B (or 0xB3239B) is known color: Medium Red Violet. HEX triplet: B3, 23 and 9B. RGB value is (179,35,155). Sum of RGB (Red+Green+Blue) = 179+35+155=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 35 (14.06% from 255 or 9.49% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B3239B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3239B is #4CDC64. Grayscale: #5B5B5B. Windows color (decimal): -5037157 or 10167219. OLE color: 10167219.

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

Color convert

RGB 179 35 155 -
CMYK 0 0.80 0.13 0.30
HSL 310º 0.67% 0.42% -
HSV(B) 310º 0.8% 0.7% -
XYZ 25.11 13.15 32.23 -
YUV 91.74 163.71 190.24 -
System Red Green Blue C M Y K H S L
Decimal 179 35 155 0 0.80 0.13 0.30 310 0.67 0.42
Hex B3 23 9B 0 50 D 1E 136 43 2A
Octal 263 43 233 0 120 15 36 466 103 52
Binary 10110011 100011 10011011 0 1010000 1101 11110 100110110 1000011 101010

Color Harmonies of #B3239B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3239B

Black with #B3239B

Text Example


Text Example

White with #B3239B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3239B; }

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

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

background-color css

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

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

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

border-color css

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

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

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