#B759CA

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

Shades of Medium Orchid #B759CA

Tints of Medium Orchid #B759CA

Color information

#B759CA (or 0xB759CA) is unknown color: approx Medium Orchid. HEX triplet: B7, 59 and CA. RGB value is (183,89,202). Sum of RGB (Red+Green+Blue) = 183+89+202=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #B759CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B759CA is #48A635. Grayscale: #818181. Windows color (decimal): -4761142 or 13261239. OLE color: 13261239.

HSL color Cylindrical-coordinate representation of color #B759CA: hue angle of 289.91º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B759CA is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18389202-
CMYK0.090.5600.21
HSL289.91º51.6%57.06%-
HSV(B)289.91º55.94%79.22%-
XYZ33.7621.4858.24-
YUV129.99168.64165.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 89 (35.16% from 255) = 18.78%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=38.61%
G=18.78%
B=42.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183892020.090.5600.21289.9151.657.06
HexB759CA9380151223439
Octal26713131211700254426471
Binary101101111011001110010101001111000010101100100010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B759CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B759CA; }

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

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

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

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

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

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

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

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