#bd75dd

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

Shades of Medium Orchid #BD75DD

Tints of Medium Orchid #BD75DD

Color information

#BD75DD (or 0xBD75DD) is unknown color: approx Medium Orchid. HEX triplet: BD, 75 and DD. RGB value is (189,117,221). Sum of RGB (Red+Green+Blue) = 189+117+221=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 117 (46.09% from 255 or 22.20% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD75DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD75DD is #428A22. Grayscale: #969696. Windows color (decimal): -4360739 or 14513597. OLE color: 14513597.

HSL color Cylindrical-coordinate representation of color #BD75DD: hue angle of 281.54º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD75DD is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189117221-
CMYK0.140.4700.13
HSL281.54º60.47%66.27%-
HSV(B)281.54º47.06%86.67%-
XYZ40.428.7671.83-
YUV150.38167.85155.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 117 (46.09% from 255) = 22.20%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=35.86%
G=22.20%
B=41.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891172210.140.4700.13281.5460.4766.27
HexBD75DDE2F0D11a3c42
Octal275165335165701543274102
Binary101111011110101110111011110101111011011000110101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd75dd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd75dd; }

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

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

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

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

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

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

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

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