#BD33DD

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

Shades of Medium Orchid #BD33DD

Tints of Medium Orchid #BD33DD

Color information

#BD33DD (or 0xBD33DD) is unknown color: approx Medium Orchid. HEX triplet: BD, 33 and DD. RGB value is (189,51,221). Sum of RGB (Red+Green+Blue) = 189+51+221=461 (61% of max value = 765). Red value is 189 (74.22% from 255 or 41.00% from 461); Green value is 51 (20.31% from 255 or 11.06% 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 #BD33DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33DD is #42CC22. Grayscale: #6F6F6F. Windows color (decimal): -4377635 or 14496701. OLE color: 14496701.

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

Color convert

RGB18951221-
CMYK0.140.7700.13
HSL288.71º71.43%53.33%-
HSV(B)288.71º76.92%86.67%-
XYZ35.2218.4170.1-
YUV111.64189.72183.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.00%
GREEN value IS 51 (20.31% from 255) = 11.06%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=41.00%
G=11.06%
B=47.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal189512210.140.7700.13288.7171.4353.33
HexBD33DDE4D0D1214735
Octal275633351611501544110765
Binary101111011100111101110111101001101011011001000011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD33DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD33DD; }

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

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

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

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

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

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

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

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