Html Css Color HEX #B33B8E Medium Red Violet

📋 copy color: '#B33B8E'

red 179 ◦ green 59 ◦ blue 142

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

Shades of Medium Red Violet #B33B8E

Tints of Medium Red Violet #B33B8E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.53%

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

R = 47.11%
G = 15.53%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B33B8E (or 0xB33B8E) is known color: Medium Red Violet. HEX triplet: B3, 3B and 8E. RGB value is (179,59,142). Sum of RGB (Red+Green+Blue) = 179+59+142=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 59 (23.44% from 255 or 15.53% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B33B8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33B8E is #4CC471. Grayscale: #686868. Windows color (decimal): -5031026 or 9321395. OLE color: 9321395.

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

Color convert

RGB 179 59 142 -
CMYK 0 0.67 0.21 0.30
HSL 318.5º 0.5% 0.47% -
HSV(B) 318.5º 0.67% 0.7% -
XYZ 25.04 14.66 27.1 -
YUV 104.34 149.26 181.25 -
System Red Green Blue C M Y K H S L
Decimal 179 59 142 0 0.67 0.21 0.30 318.5 0.5 0.47
Hex B3 3B 8E 0 43 15 1E 13E 32 2F
Octal 263 73 216 0 103 25 36 476 62 57
Binary 10110011 111011 10001110 0 1000011 10101 11110 100111110 110010 101111

Color Harmonies of #B33B8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33B8E

Black with #B33B8E

Text Example


Text Example

White with #B33B8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33B8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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