#BD60D4

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

Shades of Medium Orchid #BD60D4

Tints of Medium Orchid #BD60D4

Color information

#BD60D4 (or 0xBD60D4) is unknown color: approx Medium Orchid. HEX triplet: BD, 60 and D4. RGB value is (189,96,212). Sum of RGB (Red+Green+Blue) = 189+96+212=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 96 (37.89% from 255 or 19.32% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #BD60D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60D4 is #429F2B. Grayscale: #888888. Windows color (decimal): -4366124 or 13918397. OLE color: 13918397.

HSL color Cylindrical-coordinate representation of color #BD60D4: hue angle of 288.1º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD60D4 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18996212-
CMYK0.110.5500.17
HSL288.1º57.43%60.39%-
HSV(B)288.1º54.72%83.14%-
XYZ37.0523.9464.95-
YUV137.03170.31165.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 96 (37.89% from 255) = 19.32%
BLUE value IS 212 (83.20% from 255) = 42.66%
R=38.03%
G=19.32%
B=42.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal189962120.110.5500.17288.157.4360.39
HexBD60D4B37011120393c
Octal27514032413670214407174
Binary101111011100000110101001011110111010001100100000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD60D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD60D4; }

 p { color: rgb(189,96,212); }

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

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

 a { background-color: rgb(189,96,212); }

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

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

 span { border-color: rgb(189,96,212); }

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