Html Css Color HEX #B33C8E Medium Red Violet

📋 copy color: '#B33C8E'

red 179 ◦ green 60 ◦ blue 142

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

Shades of Medium Red Violet #B33C8E

Tints of Medium Red Violet #B33C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.27%

R = 46.98%
G = 15.75%
B = 37.27%

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

#B33C8E (or 0xB33C8E) is known color: Medium Red Violet. HEX triplet: B3, 3C and 8E. RGB value is (179,60,142). Sum of RGB (Red+Green+Blue) = 179+60+142=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 60 (23.83% from 255 or 15.75% from 381); Blue value is 142 (55.86% from 255 or 37.27% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33C8E is #4CC371. Grayscale: #686868. Windows color (decimal): -5030770 or 9321651. OLE color: 9321651.

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

Color convert

RGB 179 60 142 -
CMYK 0 0.66 0.21 0.30
HSL 318.66º 0.5% 0.47% -
HSV(B) 318.66º 0.66% 0.7% -
XYZ 25.09 14.77 27.12 -
YUV 104.93 148.92 180.83 -
System Red Green Blue C M Y K H S L
Decimal 179 60 142 0 0.66 0.21 0.30 318.66 0.5 0.47
Hex B3 3C 8E 0 42 15 1E 13F 32 2F
Octal 263 74 216 0 102 25 36 477 62 57
Binary 10110011 111100 10001110 0 1000010 10101 11110 100111111 110010 101111

Color Harmonies of #B33C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C8E

Black with #B33C8E

Text Example


Text Example

White with #B33C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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