#B75AC9

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

Shades of Medium Orchid #B75AC9

Tints of Medium Orchid #B75AC9

Color information

#B75AC9 (or 0xB75AC9) is unknown color: approx Medium Orchid. HEX triplet: B7, 5A and C9. RGB value is (183,90,201). Sum of RGB (Red+Green+Blue) = 183+90+201=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 90 (35.55% from 255 or 18.99% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #B75AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75AC9 is #48A536. Grayscale: #828282. Windows color (decimal): -4760887 or 13195959. OLE color: 13195959.

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

Color convert

RGB18390201-
CMYK0.090.5500.21
HSL290.27º50.68%57.06%-
HSV(B)290.27º55.22%78.82%-
XYZ33.7321.657.65-
YUV130.46167.81165.47-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 90 (35.55% from 255) = 18.99%
BLUE value IS 201 (78.91% from 255) = 42.41%
R=38.61%
G=18.99%
B=42.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183902010.090.5500.21290.2750.6857.06
HexB75AC99370151223339
Octal26713231111670254426371
Binary101101111011010110010011001110111010101100100010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75AC9; }

 p { color: rgb(183,90,201); }

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

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

 a { background-color: rgb(183,90,201); }

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

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

 span { border-color: rgb(183,90,201); }

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