#B75FDD

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

Shades of Medium Orchid #B75FDD

Tints of Medium Orchid #B75FDD

Color information

#B75FDD (or 0xB75FDD) is unknown color: approx Medium Orchid. HEX triplet: B7, 5F and DD. RGB value is (183,95,221). Sum of RGB (Red+Green+Blue) = 183+95+221=499 (66% of max value = 765). Red value is 183 (71.88% from 255 or 36.67% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 221 - color contains mainly: blue. Hex color #B75FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75FDD is #48A022. Grayscale: #878787. Windows color (decimal): -4759587 or 14507959. OLE color: 14507959.

HSL color Cylindrical-coordinate representation of color #B75FDD: hue angle of 281.9º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B75FDD is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18395221-
CMYK0.170.5700.13
HSL281.9º64.95%61.96%-
HSV(B)281.9º57.01%86.67%-
XYZ36.6723.4771-
YUV135.68176.15161.75-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.67%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 221 (86.72% from 255) = 44.29%
R=36.67%
G=19.04%
B=44.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal183952210.170.5700.13281.964.9561.96
HexB75FDD11390D11a413e
Octal267137335217101543210176
Binary1011011110111111101110110001111001011011000110101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75FDD; }

 p { color: rgb(183,95,221); }

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

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

 a { background-color: rgb(183,95,221); }

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

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

 span { border-color: rgb(183,95,221); }

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