Html Css Color HEX #B33CA4 Medium Red Violet

📋 copy color: '#B33CA4'

red 179 ◦ green 60 ◦ blue 164

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

Shades of Medium Red Violet #B33CA4

Tints of Medium Red Violet #B33CA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.69%

R = 44.42%
G = 14.89%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B33CA4 (or 0xB33CA4) is known color: Medium Red Violet. HEX triplet: B3, 3C and A4. RGB value is (179,60,164). Sum of RGB (Red+Green+Blue) = 179+60+164=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 60 (23.83% from 255 or 14.89% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B33CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33CA4 is #4CC35B. Grayscale: #6B6B6B. Windows color (decimal): -5030748 or 10763443. OLE color: 10763443.

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

Color convert

RGB 179 60 164 -
CMYK 0 0.66 0.08 0.30
HSL 307.56º 0.5% 0.47% -
HSV(B) 307.56º 0.66% 0.7% -
XYZ 26.91 15.5 36.69 -
YUV 107.44 159.92 179.04 -
System Red Green Blue C M Y K H S L
Decimal 179 60 164 0 0.66 0.08 0.30 307.56 0.5 0.47
Hex B3 3C A4 0 42 8 1E 134 32 2F
Octal 263 74 244 0 102 10 36 464 62 57
Binary 10110011 111100 10100100 0 1000010 1000 11110 100110100 110010 101111

Color Harmonies of #B33CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33CA4

Black with #B33CA4

Text Example


Text Example

White with #B33CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33CA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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