#B75AC8

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

Shades of Medium Orchid #B75AC8

Tints of Medium Orchid #B75AC8

Color information

#B75AC8 (or 0xB75AC8) is unknown color: approx Medium Orchid. HEX triplet: B7, 5A and C8. RGB value is (183,90,200). Sum of RGB (Red+Green+Blue) = 183+90+200=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 90 (35.55% from 255 or 19.03% from 473); Blue value is 200 (78.52% from 255 or 42.28% from 473); Max value from RGB is 200 - color contains mainly: blue. Hex color #B75AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75AC8 is #48A537. Grayscale: #828282. Windows color (decimal): -4760888 or 13130423. OLE color: 13130423.

HSL color Cylindrical-coordinate representation of color #B75AC8: hue angle of 290.73º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B75AC8 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18390200-
CMYK0.080.5500.22
HSL290.73º50%56.86%-
HSV(B)290.73º55%78.43%-
XYZ33.6121.5557.03-
YUV130.35167.31165.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 90 (35.55% from 255) = 19.03%
BLUE value IS 200 (78.52% from 255) = 42.28%
R=38.69%
G=19.03%
B=42.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183902000.080.5500.22290.735056.86
HexB75AC88370161233239
Octal26713231010670264436271
Binary101101111011010110010001000110111010110100100011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75AC8; }

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

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

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

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

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

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

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

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