#B759DD

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

Shades of Medium Orchid #B759DD

Tints of Medium Orchid #B759DD

Color information

#B759DD (or 0xB759DD) is unknown color: approx Medium Orchid. HEX triplet: B7, 59 and DD. RGB value is (183,89,221). Sum of RGB (Red+Green+Blue) = 183+89+221=493 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.12% from 493); Green value is 89 (35.16% from 255 or 18.05% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #B759DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B759DD is #48A622. Grayscale: #838383. Windows color (decimal): -4761123 or 14506423. OLE color: 14506423.

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

Color convert

RGB18389221-
CMYK0.170.6000.13
HSL282.73º66%60.78%-
HSV(B)282.73º59.73%86.67%-
XYZ36.1522.4370.83-
YUV132.15178.14164.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.12%
GREEN value IS 89 (35.16% from 255) = 18.05%
BLUE value IS 221 (86.72% from 255) = 44.83%
R=37.12%
G=18.05%
B=44.83%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183892210.170.6000.13282.736660.78
HexB759DD113C0D11b423d
Octal267131335217401543310275
Binary1011011110110011101110110001111100011011000110111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B759DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B759DD; }

 p { color: rgb(183,89,221); }

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

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

 a { background-color: rgb(183,89,221); }

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

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

 span { border-color: rgb(183,89,221); }

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