#BD33DE

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

Shades of Medium Orchid #BD33DE

Tints of Medium Orchid #BD33DE

Color information

#BD33DE (or 0xBD33DE) is unknown color: approx Medium Orchid. HEX triplet: BD, 33 and DE. RGB value is (189,51,222). Sum of RGB (Red+Green+Blue) = 189+51+222=462 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.91% from 462); Green value is 51 (20.31% from 255 or 11.04% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD33DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33DE is #42CC21. Grayscale: #6F6F6F. Windows color (decimal): -4377634 or 14562237. OLE color: 14562237.

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

Color convert

RGB18951222-
CMYK0.150.7700.13
HSL288.42º72.15%53.53%-
HSV(B)288.42º77.03%87.06%-
XYZ35.3518.4670.81-
YUV111.76190.22183.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.91%
GREEN value IS 51 (20.31% from 255) = 11.04%
BLUE value IS 222 (87.11% from 255) = 48.05%
R=40.91%
G=11.04%
B=48.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189512220.150.7700.13288.4272.1553.53
HexBD33DEF4D0D1204836
Octal275633361711501544011066
Binary101111011100111101111011111001101011011001000001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD33DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD33DE; }

 p { color: rgb(189,51,222); }

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

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

 a { background-color: rgb(189,51,222); }

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

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

 span { border-color: rgb(189,51,222); }

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