Html Css Color HEX #B33C9A Medium Red Violet

📋 copy color: '#B33C9A'

red 179 ◦ green 60 ◦ blue 154

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

Shades of Medium Red Violet #B33C9A

Tints of Medium Red Violet #B33C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 39.19%

R = 45.55%
G = 15.27%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B33C9A (or 0xB33C9A) is known color: Medium Red Violet. HEX triplet: B3, 3C and 9A. RGB value is (179,60,154). Sum of RGB (Red+Green+Blue) = 179+60+154=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B33C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33C9A is #4CC365. Grayscale: #6A6A6A. Windows color (decimal): -5030758 or 10108083. OLE color: 10108083.

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

Color convert

RGB 179 60 154 -
CMYK 0 0.66 0.14 0.30
HSL 312.61º 0.5% 0.47% -
HSV(B) 312.61º 0.66% 0.7% -
XYZ 26.04 15.15 32.12 -
YUV 106.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 179 60 154 0 0.66 0.14 0.30 312.61 0.5 0.47
Hex B3 3C 9A 0 42 E 1E 139 32 2F
Octal 263 74 232 0 102 16 36 471 62 57
Binary 10110011 111100 10011010 0 1000010 1110 11110 100111001 110010 101111

Color Harmonies of #B33C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B33C9A

Black with #B33C9A

Text Example


Text Example

White with #B33C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B33C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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