#B33FF8

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

Shades of Medium Orchid #B33FF8

Tints of Medium Orchid #B33FF8

Color information

#B33FF8 (or 0xB33FF8) is unknown color: approx Medium Orchid. HEX triplet: B3, 3F and F8. RGB value is (179,63,248). Sum of RGB (Red+Green+Blue) = 179+63+248=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 63 (25% from 255 or 12.86% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #B33FF8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33FF8 is #4CC007. Grayscale: #767676. Windows color (decimal): -5029896 or 16269235. OLE color: 16269235.

HSL color Cylindrical-coordinate representation of color #B33FF8: hue angle of 277.62º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B33FF8 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB17963248-
CMYK0.280.7500.03
HSL277.62º92.96%60.98%-
HSV(B)277.62º74.6%97.25%-
XYZ37.3119.9290.68-
YUV118.77200.93170.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 36.53%
GREEN value IS 63 (25% from 255) = 12.86%
BLUE value IS 248 (97.27% from 255) = 50.61%
R=36.53%
G=12.86%
B=50.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal179632480.280.7500.03277.6292.9660.98
HexB33FF81C4B031165d3d
Octal26377370341130342613575
Binary10110011111111111110001110010010110111000101101011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33FF8; }

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

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

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

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

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

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

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

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