#B33FF2

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

Shades of Medium Orchid #B33FF2

Tints of Medium Orchid #B33FF2

Color information

#B33FF2 (or 0xB33FF2) is unknown color: approx Medium Orchid. HEX triplet: B3, 3F and F2. RGB value is (179,63,242). Sum of RGB (Red+Green+Blue) = 179+63+242=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 63 (25% from 255 or 13.02% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #B33FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33FF2 is #4CC00D. Grayscale: #757575. Windows color (decimal): -5029902 or 15876019. OLE color: 15876019.

HSL color Cylindrical-coordinate representation of color #B33FF2: hue angle of 278.88º degrees, saturation: 0.87, 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 #B33FF2 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB17963242-
CMYK0.260.7400.05
HSL278.88º87.32%59.8%-
HSV(B)278.88º73.97%94.9%-
XYZ36.3919.5585.86-
YUV118.09197.93171.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.98%
GREEN value IS 63 (25% from 255) = 13.02%
BLUE value IS 242 (94.92% from 255) = 50%
R=36.98%
G=13.02%
B=50%

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
Decimal179632420.260.7400.05278.8887.3259.8
HexB33FF21A4A05117573c
Octal26377362321120542712774
Binary101100111111111111001011010100101001011000101111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33FF2; }

 p { color: rgb(179,63,242); }

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

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

 a { background-color: rgb(179,63,242); }

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

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

 span { border-color: rgb(179,63,242); }

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