Html Css Color HEX #B3338D Medium Red Violet

📋 copy color: '#B3338D'

red 179 ◦ green 51 ◦ blue 141

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

Shades of Medium Red Violet #B3338D

Tints of Medium Red Violet #B3338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.75%

 BLUE value IS 141 (55.47% from 255) = 38.01%

R = 48.25%
G = 13.75%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3338D (or 0xB3338D) is known color: Medium Red Violet. HEX triplet: B3, 33 and 8D. RGB value is (179,51,141). Sum of RGB (Red+Green+Blue) = 179+51+141=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B3338D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3338D is #4CCC72. Grayscale: #636363. Windows color (decimal): -5033075 or 9253811. OLE color: 9253811.

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

Color convert

RGB 179 51 141 -
CMYK 0 0.72 0.21 0.30
HSL 317.81º 0.56% 0.45% -
HSV(B) 317.81º 0.72% 0.7% -
XYZ 24.58 13.87 26.58 -
YUV 99.53 151.41 184.68 -
System Red Green Blue C M Y K H S L
Decimal 179 51 141 0 0.72 0.21 0.30 317.81 0.56 0.45
Hex B3 33 8D 0 48 15 1E 13E 38 2D
Octal 263 63 215 0 110 25 36 476 70 55
Binary 10110011 110011 10001101 0 1001000 10101 11110 100111110 111000 101101

Color Harmonies of #B3338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3338D

Black with #B3338D

Text Example


Text Example

White with #B3338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3338D; }

 p { color: rgb(179,51,141); }

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

background-color css

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

 a { background-color: rgb(179,51,141); }

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

border-color css

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

 span { border-color: rgb(179,51,141); }

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