#B33DDD

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

Shades of Medium Orchid #B33DDD

Tints of Medium Orchid #B33DDD

Color information

#B33DDD (or 0xB33DDD) is unknown color: approx Medium Orchid. HEX triplet: B3, 3D and DD. RGB value is (179,61,221). Sum of RGB (Red+Green+Blue) = 179+61+221=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #B33DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B33DDD is #4CC222. Grayscale: #727272. Windows color (decimal): -5030435 or 14499251. OLE color: 14499251.

HSL color Cylindrical-coordinate representation of color #B33DDD: hue angle of 284.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B33DDD is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17961221-
CMYK0.190.7200.13
HSL284.25º70.18%55.29%-
HSV(B)284.25º72.4%86.67%-
XYZ33.3118.1470.15-
YUV114.52188.09173.99-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.83%
GREEN value IS 61 (24.22% from 255) = 13.23%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=38.83%
G=13.23%
B=47.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal179612210.190.7200.13284.2570.1855.29
HexB33DDD13480D11c4637
Octal263753352311001543410667
Binary1011001111110111011101100111001000011011000111001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B33DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B33DDD; }

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

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

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

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

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

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

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

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