Html Css Color HEX #B3358B Medium Red Violet

📋 copy color: '#B3358B'

red 179 ◦ green 53 ◦ blue 139

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

Shades of Medium Red Violet #B3358B

Tints of Medium Red Violet #B3358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.47%

R = 48.25%
G = 14.29%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3358B (or 0xB3358B) is known color: Medium Red Violet. HEX triplet: B3, 35 and 8B. RGB value is (179,53,139). Sum of RGB (Red+Green+Blue) = 179+53+139=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 53 (21.09% from 255 or 14.29% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3358B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3358B is #4CCA74. Grayscale: #646464. Windows color (decimal): -5032565 or 9123251. OLE color: 9123251.

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

Color convert

RGB 179 53 139 -
CMYK 0 0.70 0.22 0.30
HSL 319.05º 0.54% 0.45% -
HSV(B) 319.05º 0.7% 0.7% -
XYZ 24.52 13.99 25.83 -
YUV 100.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 179 53 139 0 0.70 0.22 0.30 319.05 0.54 0.45
Hex B3 35 8B 0 46 16 1E 13F 36 2D
Octal 263 65 213 0 106 26 36 477 66 55
Binary 10110011 110101 10001011 0 1000110 10110 11110 100111111 110110 101101

Color Harmonies of #B3358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3358B

Black with #B3358B

Text Example


Text Example

White with #B3358B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3358B; }

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

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

background-color css

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

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

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

border-color css

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

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

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