#B33EF3

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

Shades of Medium Orchid #B33EF3

Tints of Medium Orchid #B33EF3

Color information

#B33EF3 (or 0xB33EF3) is unknown color: approx Medium Orchid. HEX triplet: B3, 3E and F3. RGB value is (179,62,243). Sum of RGB (Red+Green+Blue) = 179+62+243=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 62 (24.61% from 255 or 12.81% from 484); Blue value is 243 (95.31% from 255 or 50.21% from 484); Max value from RGB is 243 - color contains mainly: blue. Hex color #B33EF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33EF3 is #4CC10C. Grayscale: #757575. Windows color (decimal): -5030157 or 15941299. OLE color: 15941299.

HSL color Cylindrical-coordinate representation of color #B33EF3: hue angle of 278.78º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B33EF3 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17962243-
CMYK0.260.7400.05
HSL278.78º88.29%59.8%-
HSV(B)278.78º74.49%95.29%-
XYZ36.4919.586.63-
YUV117.62198.76171.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 62 (24.61% from 255) = 12.81%
BLUE value IS 243 (95.31% from 255) = 50.21%
R=36.98%
G=12.81%
B=50.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal179622430.260.7400.05278.7888.2959.8
HexB33EF31A4A05117583c
Octal26376363321120542713074
Binary101100111111101111001111010100101001011000101111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33EF3; }

 p { color: rgb(179,62,243); }

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

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

 a { background-color: rgb(179,62,243); }

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

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

 span { border-color: rgb(179,62,243); }

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