#B33DC6

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

Shades of Medium Orchid #B33DC6

Tints of Medium Orchid #B33DC6

Color information

#B33DC6 (or 0xB33DC6) is unknown color: approx Medium Orchid. HEX triplet: B3, 3D and C6. RGB value is (179,61,198). Sum of RGB (Red+Green+Blue) = 179+61+198=438 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.87% from 438); Green value is 61 (24.22% from 255 or 13.93% from 438); Blue value is 198 (77.73% from 255 or 45.21% from 438); Max value from RGB is 198 - color contains mainly: blue. Hex color #B33DC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DC6 is #4CC239. Grayscale: #6F6F6F. Windows color (decimal): -5030458 or 12991923. OLE color: 12991923.

HSL color Cylindrical-coordinate representation of color #B33DC6: hue angle of 291.68º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33DC6 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17961198-
CMYK0.100.6900.22
HSL291.68º54.58%50.78%-
HSV(B)291.68º69.19%77.65%-
XYZ30.451755.1-
YUV111.9176.59175.86-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.87%
GREEN value IS 61 (24.22% from 255) = 13.93%
BLUE value IS 198 (77.73% from 255) = 45.21%
R=40.87%
G=13.93%
B=45.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal179611980.100.6900.22291.6854.5850.78
HexB33DC6A450161243733
Octal26375306121050264446763
Binary101100111111011100011010101000101010110100100100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33DC6; }

 p { color: rgb(179,61,198); }

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

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

 a { background-color: rgb(179,61,198); }

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

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

 span { border-color: rgb(179,61,198); }

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