#B75DD8

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

Shades of Medium Orchid #B75DD8

Tints of Medium Orchid #B75DD8

Color information

#B75DD8 (or 0xB75DD8) is unknown color: approx Medium Orchid. HEX triplet: B7, 5D and D8. RGB value is (183,93,216). Sum of RGB (Red+Green+Blue) = 183+93+216=492 (65% of max value = 765). Red value is 183 (71.88% from 255 or 37.20% from 492); Green value is 93 (36.72% from 255 or 18.90% from 492); Blue value is 216 (84.77% from 255 or 43.90% from 492); Max value from RGB is 216 - color contains mainly: blue. Hex color #B75DD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75DD8 is #48A227. Grayscale: #858585. Windows color (decimal): -4760104 or 14179767. OLE color: 14179767.

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

Color convert

RGB18393216-
CMYK0.150.5700.15
HSL283.9º61.19%60.59%-
HSV(B)283.9º56.94%84.71%-
XYZ35.8422.8567.49-
YUV133.93174.32163-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.20%
GREEN value IS 93 (36.72% from 255) = 18.90%
BLUE value IS 216 (84.77% from 255) = 43.90%
R=37.20%
G=18.90%
B=43.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal183932160.150.5700.15283.961.1960.59
HexB75DD8F390F11c3d3d
Octal26713533017710174347575
Binary10110111101110111011000111111100101111100011100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75DD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75DD8; }

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

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

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

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

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

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

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

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