#b33ce1

Color #B33CE1 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B33CE1

Tints of Medium Orchid #B33CE1

Color information

#B33CE1 (or 0xB33CE1) is unknown color: approx Medium Orchid. HEX triplet: B3, 3C and E1. RGB value is (179,60,225). Sum of RGB (Red+Green+Blue) = 179+60+225=464 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.58% from 464); Green value is 60 (23.83% from 255 or 12.93% from 464); Blue value is 225 (88.28% from 255 or 48.49% from 464); Max value from RGB is 225 - color contains mainly: blue. Hex color #B33CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33CE1 is #4CC31E. Grayscale: #717171. Windows color (decimal): -5030687 or 14761139. OLE color: 14761139.

HSL color Cylindrical-coordinate representation of color #B33CE1: hue angle of 283.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33CE1 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17960225-
CMYK0.200.7300.12
HSL283.27º73.33%55.88%-
HSV(B)283.27º73.33%88.24%-
XYZ33.818.2572.98-
YUV114.39190.42174.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.58%
GREEN value IS 60 (23.83% from 255) = 12.93%
BLUE value IS 225 (88.28% from 255) = 48.49%
R=38.58%
G=12.93%
B=48.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal179602250.200.7300.12283.2773.3355.88
HexB33CE114490C11b4938
Octal263743412411101443311170
Binary1011001111110011100001101001001001011001000110111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b33ce1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b33ce1; }

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

 H1.HeaderClassName
 {
   color: #b33ce1;
 }
 .AnyTagClassName
 {
   color: #b33ce1;
 }
</style>
background-color css

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

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

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

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

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

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