#BD34DB

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

Shades of Medium Orchid #BD34DB

Tints of Medium Orchid #BD34DB

Color information

#BD34DB (or 0xBD34DB) is unknown color: approx Medium Orchid. HEX triplet: BD, 34 and DB. RGB value is (189,52,219). Sum of RGB (Red+Green+Blue) = 189+52+219=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 52 (20.70% from 255 or 11.30% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD34DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD34DB is #42CB24. Grayscale: #6F6F6F. Windows color (decimal): -4377381 or 14365885. OLE color: 14365885.

HSL color Cylindrical-coordinate representation of color #BD34DB: hue angle of 289.22º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD34DB is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18952219-
CMYK0.140.7600.14
HSL289.22º69.87%53.14%-
HSV(B)289.22º76.26%85.88%-
XYZ3518.3968.72-
YUV112188.39182.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 52 (20.70% from 255) = 11.30%
BLUE value IS 219 (85.94% from 255) = 47.61%
R=41.09%
G=11.30%
B=47.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal189522190.140.7600.14289.2269.8753.14
HexBD34DBE4C0E1214635
Octal275643331611401644110665
Binary101111011101001101101111101001100011101001000011000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD34DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD34DB; }

 p { color: rgb(189,52,219); }

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

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

 a { background-color: rgb(189,52,219); }

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

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

 span { border-color: rgb(189,52,219); }

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