#BD33DA

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

Shades of Medium Orchid #BD33DA

Tints of Medium Orchid #BD33DA

Color information

#BD33DA (or 0xBD33DA) is unknown color: approx Medium Orchid. HEX triplet: BD, 33 and DA. RGB value is (189,51,218). Sum of RGB (Red+Green+Blue) = 189+51+218=458 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.27% from 458); Green value is 51 (20.31% from 255 or 11.14% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD33DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD33DA is #42CC25. Grayscale: #6E6E6E. Windows color (decimal): -4377638 or 14300093. OLE color: 14300093.

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

Color convert

RGB18951218-
CMYK0.130.7700.15
HSL289.58º69.29%52.75%-
HSV(B)289.58º76.61%85.49%-
XYZ34.8218.2568.02-
YUV111.3188.22183.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.27%
GREEN value IS 51 (20.31% from 255) = 11.14%
BLUE value IS 218 (85.55% from 255) = 47.60%
R=41.27%
G=11.14%
B=47.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal189512180.130.7700.15289.5869.2952.75
HexBD33DAD4D0F1224535
Octal275633321511501744210565
Binary101111011100111101101011011001101011111001000101000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD33DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD33DA; }

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

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

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

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

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

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

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

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