#B759D7

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

Shades of Medium Orchid #B759D7

Tints of Medium Orchid #B759D7

Color information

#B759D7 (or 0xB759D7) is unknown color: approx Medium Orchid. HEX triplet: B7, 59 and D7. RGB value is (183,89,215). Sum of RGB (Red+Green+Blue) = 183+89+215=487 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.58% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #B759D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B759D7 is #48A628. Grayscale: #838383. Windows color (decimal): -4761129 or 14113207. OLE color: 14113207.

HSL color Cylindrical-coordinate representation of color #B759D7: hue angle of 284.76º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B759D7 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18389215-
CMYK0.150.5900.16
HSL284.76º61.17%59.61%-
HSV(B)284.76º58.6%84.31%-
XYZ35.3722.1266.7-
YUV131.47175.14164.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.58%
GREEN value IS 89 (35.16% from 255) = 18.28%
BLUE value IS 215 (84.38% from 255) = 44.15%
R=37.58%
G=18.28%
B=44.15%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal183892150.150.5900.16284.7661.1759.61
HexB759D7F3B01011d3d3c
Octal26713132717730204357574
Binary101101111011001110101111111111011010000100011101111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B759D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B759D7; }

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

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

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

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

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

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

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

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