#BD42CD

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

Shades of Medium Orchid #BD42CD

Tints of Medium Orchid #BD42CD

Color information

#BD42CD (or 0xBD42CD) is unknown color: approx Medium Orchid. HEX triplet: BD, 42 and CD. RGB value is (189,66,205). Sum of RGB (Red+Green+Blue) = 189+66+205=460 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.09% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD42CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD42CD is #42BD32. Grayscale: #767676. Windows color (decimal): -4373811 or 13451965. OLE color: 13451965.

HSL color Cylindrical-coordinate representation of color #BD42CD: hue angle of 293.09º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD42CD is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18966205-
CMYK0.080.6800.20
HSL293.09º58.16%53.14%-
HSV(B)293.09º67.8%80.39%-
XYZ33.9519.1259.66-
YUV118.62176.75178.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 41.09%
GREEN value IS 66 (26.17% from 255) = 14.35%
BLUE value IS 205 (80.47% from 255) = 44.57%
R=41.09%
G=14.35%
B=44.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal189662050.080.6800.20293.0958.1653.14
HexBD42CD8440141253a35
Octal275102315101040244457265
Binary1011110110000101100110110001000100010100100100101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD42CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD42CD; }

 p { color: rgb(189,66,205); }

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

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

 a { background-color: rgb(189,66,205); }

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

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

 span { border-color: rgb(189,66,205); }

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