Html Css Color HEX #B3359A Medium Red Violet

📋 copy color: '#B3359A'

red 179 ◦ green 53 ◦ blue 154

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

Shades of Medium Red Violet #B3359A

Tints of Medium Red Violet #B3359A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.73%

 BLUE value IS 154 (60.55% from 255) = 39.9%

R = 46.37%
G = 13.73%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B3359A (or 0xB3359A) is known color: Medium Red Violet. HEX triplet: B3, 35 and 9A. RGB value is (179,53,154). Sum of RGB (Red+Green+Blue) = 179+53+154=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 53 (21.09% from 255 or 13.73% from 386); Blue value is 154 (60.55% from 255 or 39.90% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3359A is #4CCA65. Grayscale: #656565. Windows color (decimal): -5032550 or 10106291. OLE color: 10106291.

HSL color Cylindrical-coordinate representation of color #B3359A: hue angle of 311.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3359A is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 53 154 -
CMYK 0 0.70 0.14 0.30
HSL 311.9º 0.54% 0.45% -
HSV(B) 311.9º 0.7% 0.7% -
XYZ 25.7 14.46 32.01 -
YUV 102.19 157.24 182.79 -
System Red Green Blue C M Y K H S L
Decimal 179 53 154 0 0.70 0.14 0.30 311.9 0.54 0.45
Hex B3 35 9A 0 46 E 1E 138 36 2D
Octal 263 65 232 0 106 16 36 470 66 55
Binary 10110011 110101 10011010 0 1000110 1110 11110 100111000 110110 101101

Color Harmonies of #B3359A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3359A

Black with #B3359A

Text Example


Text Example

White with #B3359A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3359A; }

 p { color: rgb(179,53,154); }

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

background-color css

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

 a { background-color: rgb(179,53,154); }

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

border-color css

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

 span { border-color: rgb(179,53,154); }

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