#B75ECA

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

Shades of Medium Orchid #B75ECA

Tints of Medium Orchid #B75ECA

Color information

#B75ECA (or 0xB75ECA) is unknown color: approx Medium Orchid. HEX triplet: B7, 5E and CA. RGB value is (183,94,202). Sum of RGB (Red+Green+Blue) = 183+94+202=479 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.20% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #B75ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75ECA is #48A135. Grayscale: #848484. Windows color (decimal): -4759862 or 13262519. OLE color: 13262519.

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

Color convert

RGB18394202-
CMYK0.090.5300.21
HSL289.44º50.47%58.04%-
HSV(B)289.44º53.47%79.22%-
XYZ34.1922.3458.39-
YUV132.92166.99163.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.20%
GREEN value IS 94 (37.11% from 255) = 19.62%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=38.20%
G=19.62%
B=42.17%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183942020.090.5300.21289.4450.4758.04
HexB75ECA935015121323a
Octal26713631211650254416272
Binary101101111011110110010101001110101010101100100001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75ECA; }

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

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

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

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

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

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

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

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