#BD68D5

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

Shades of Medium Orchid #BD68D5

Tints of Medium Orchid #BD68D5

Color information

#BD68D5 (or 0xBD68D5) is unknown color: approx Medium Orchid. HEX triplet: BD, 68 and D5. RGB value is (189,104,213). Sum of RGB (Red+Green+Blue) = 189+104+213=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD68D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68D5 is #42972A. Grayscale: #8D8D8D. Windows color (decimal): -4364075 or 13985981. OLE color: 13985981.

HSL color Cylindrical-coordinate representation of color #BD68D5: hue angle of 286.79º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD68D5 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189104213-
CMYK0.110.5100.16
HSL286.79º56.48%62.16%-
HSV(B)286.79º51.17%83.53%-
XYZ37.9525.5265.88-
YUV141.84168.16161.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 104 (41.02% from 255) = 20.55%
BLUE value IS 213 (83.59% from 255) = 42.09%
R=37.35%
G=20.55%
B=42.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891042130.110.5100.16286.7956.4862.16
HexBD68D5B3301011f383e
Octal27515032513630204377076
Binary101111011101000110101011011110011010000100011111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD68D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD68D5; }

 p { color: rgb(189,104,213); }

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

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

 a { background-color: rgb(189,104,213); }

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

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

 span { border-color: rgb(189,104,213); }

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