#BD75D7

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

Shades of Medium Orchid #BD75D7

Tints of Medium Orchid #BD75D7

Color information

#BD75D7 (or 0xBD75D7) is unknown color: approx Medium Orchid. HEX triplet: BD, 75 and D7. RGB value is (189,117,215). Sum of RGB (Red+Green+Blue) = 189+117+215=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD75D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75D7 is #428A28. Grayscale: #959595. Windows color (decimal): -4360745 or 14120381. OLE color: 14120381.

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

Color convert

RGB189117215-
CMYK0.120.4600.16
HSL284.08º55.06%65.1%-
HSV(B)284.08º45.58%84.31%-
XYZ39.6128.4567.69-
YUV149.7164.85156.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 117 (46.09% from 255) = 22.46%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=36.28%
G=22.46%
B=41.27%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891172150.120.4600.16284.0855.0665.1
HexBD75D7C2E01011c3741
Octal275165327145602043467101
Binary1011110111101011101011111001011100100001000111001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD75D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD75D7; }

 p { color: rgb(189,117,215); }

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

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

 a { background-color: rgb(189,117,215); }

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

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

 span { border-color: rgb(189,117,215); }

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