#B75DCD

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

Shades of Medium Orchid #B75DCD

Tints of Medium Orchid #B75DCD

Color information

#B75DCD (or 0xB75DCD) is unknown color: approx Medium Orchid. HEX triplet: B7, 5D and CD. RGB value is (183,93,205). Sum of RGB (Red+Green+Blue) = 183+93+205=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 93 (36.72% from 255 or 19.33% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #B75DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DCD is #48A232. Grayscale: #848484. Windows color (decimal): -4760115 or 13458871. OLE color: 13458871.

HSL color Cylindrical-coordinate representation of color #B75DCD: hue angle of 288.21º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75DCD is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18393205-
CMYK0.110.5500.20
HSL288.21º52.83%58.43%-
HSV(B)288.21º54.63%80.39%-
XYZ34.4622.360.25-
YUV132.68168.82163.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.05%
GREEN value IS 93 (36.72% from 255) = 19.33%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=38.05%
G=19.33%
B=42.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183932050.110.5500.20288.2152.8358.43
HexB75DCDB37014120353a
Octal26713531513670244406572
Binary101101111011101110011011011110111010100100100000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75DCD; }

 p { color: rgb(183,93,205); }

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

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

 a { background-color: rgb(183,93,205); }

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

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

 span { border-color: rgb(183,93,205); }

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