#B75AD8

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

Shades of Medium Orchid #B75AD8

Tints of Medium Orchid #B75AD8

Color information

#B75AD8 (or 0xB75AD8) is unknown color: approx Medium Orchid. HEX triplet: B7, 5A and D8. RGB value is (183,90,216). Sum of RGB (Red+Green+Blue) = 183+90+216=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 90 (35.55% from 255 or 18.40% from 489); Blue value is 216 (84.77% from 255 or 44.17% from 489); Max value from RGB is 216 - color contains mainly: blue. Hex color #B75AD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75AD8 is #48A527. Grayscale: #838383. Windows color (decimal): -4760872 or 14178999. OLE color: 14178999.

HSL color Cylindrical-coordinate representation of color #B75AD8: hue angle of 284.29º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B75AD8 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18390216-
CMYK0.150.5800.15
HSL284.29º61.76%60%-
HSV(B)284.29º58.33%84.71%-
XYZ35.5822.3467.4-
YUV132.17175.31164.25-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.42%
GREEN value IS 90 (35.55% from 255) = 18.40%
BLUE value IS 216 (84.77% from 255) = 44.17%
R=37.42%
G=18.40%
B=44.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal183902160.150.5800.15284.2961.7660
HexB75AD8F3A0F11c3e3c
Octal26713233017720174347674
Binary10110111101101011011000111111101001111100011100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75AD8; }

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

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

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

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

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

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

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

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