#BD60D6

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

Shades of Medium Orchid #BD60D6

Tints of Medium Orchid #BD60D6

Color information

#BD60D6 (or 0xBD60D6) is unknown color: approx Medium Orchid. HEX triplet: BD, 60 and D6. RGB value is (189,96,214). Sum of RGB (Red+Green+Blue) = 189+96+214=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 96 (37.89% from 255 or 19.24% from 499); Blue value is 214 (83.98% from 255 or 42.89% from 499); Max value from RGB is 214 - color contains mainly: blue. Hex color #BD60D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD60D6 is #429F29. Grayscale: #888888. Windows color (decimal): -4366122 or 14049469. OLE color: 14049469.

HSL color Cylindrical-coordinate representation of color #BD60D6: hue angle of 287.29º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD60D6 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18996214-
CMYK0.120.5500.16
HSL287.29º59%60.78%-
HSV(B)287.29º55.14%83.92%-
XYZ37.3124.0466.29-
YUV137.26171.31164.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 96 (37.89% from 255) = 19.24%
BLUE value IS 214 (83.98% from 255) = 42.89%
R=37.88%
G=19.24%
B=42.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal189962140.120.5500.16287.295960.78
HexBD60D6C3701011f3b3d
Octal27514032614670204377375
Binary101111011100000110101101100110111010000100011111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD60D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD60D6; }

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

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

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

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

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

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

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

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