Html Css Color HEX #B33C8D Medium Red Violet

📋 copy color: '#B33C8D'

red 179 ◦ green 60 ◦ blue 141

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

Shades of Medium Red Violet #B33C8D

Tints of Medium Red Violet #B33C8D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 15.79%

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

R = 47.11%
G = 15.79%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B33C8D (or 0xB33C8D) is known color: Medium Red Violet. HEX triplet: B3, 3C and 8D. RGB value is (179,60,141). Sum of RGB (Red+Green+Blue) = 179+60+141=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 60 (23.83% from 255 or 15.79% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33C8D is #4CC372. Grayscale: #686868. Windows color (decimal): -5030771 or 9256115. OLE color: 9256115.

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

Color convert

RGB 179 60 141 -
CMYK 0 0.66 0.21 0.30
HSL 319.16º 0.5% 0.47% -
HSV(B) 319.16º 0.66% 0.7% -
XYZ 25.01 14.74 26.73 -
YUV 104.82 148.42 180.91 -
System Red Green Blue C M Y K H S L
Decimal 179 60 141 0 0.66 0.21 0.30 319.16 0.5 0.47
Hex B3 3C 8D 0 42 15 1E 13F 32 2F
Octal 263 74 215 0 102 25 36 477 62 57
Binary 10110011 111100 10001101 0 1000010 10101 11110 100111111 110010 101111

Color Harmonies of #B33C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C8D

Black with #B33C8D

Text Example


Text Example

White with #B33C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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