Html Css Color HEX #B33CA2 Medium Red Violet

📋 copy color: '#B33CA2'

red 179 ◦ green 60 ◦ blue 162

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

Shades of Medium Red Violet #B33CA2

Tints of Medium Red Violet #B33CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 40.4%

R = 44.64%
G = 14.96%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B33CA2 (or 0xB33CA2) is known color: Medium Red Violet. HEX triplet: B3, 3C and A2. RGB value is (179,60,162). Sum of RGB (Red+Green+Blue) = 179+60+162=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 60 (23.83% from 255 or 14.96% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B33CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33CA2 is #4CC35D. Grayscale: #6A6A6A. Windows color (decimal): -5030750 or 10632371. OLE color: 10632371.

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

Color convert

RGB 179 60 162 -
CMYK 0 0.66 0.09 0.30
HSL 308.57º 0.5% 0.47% -
HSV(B) 308.57º 0.66% 0.7% -
XYZ 26.73 15.42 35.75 -
YUV 107.21 158.92 179.21 -
System Red Green Blue C M Y K H S L
Decimal 179 60 162 0 0.66 0.09 0.30 308.57 0.5 0.47
Hex B3 3C A2 0 42 9 1E 135 32 2F
Octal 263 74 242 0 102 11 36 465 62 57
Binary 10110011 111100 10100010 0 1000010 1001 11110 100110101 110010 101111

Color Harmonies of #B33CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CA2

Black with #B33CA2

Text Example


Text Example

White with #B33CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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