#B75FDA

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

Shades of Medium Orchid #B75FDA

Tints of Medium Orchid #B75FDA

Color information

#B75FDA (or 0xB75FDA) is unknown color: approx Medium Orchid. HEX triplet: B7, 5F and DA. RGB value is (183,95,218). Sum of RGB (Red+Green+Blue) = 183+95+218=496 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.90% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #B75FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B75FDA is #48A025. Grayscale: #868686. Windows color (decimal): -4759590 or 14311351. OLE color: 14311351.

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

Color convert

RGB18395218-
CMYK0.160.5600.15
HSL282.93º62.44%61.37%-
HSV(B)282.93º56.42%85.49%-
XYZ36.2823.3168.92-
YUV135.33174.65162-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.90%
GREEN value IS 95 (37.5% from 255) = 19.15%
BLUE value IS 218 (85.55% from 255) = 43.95%
R=36.90%
G=19.15%
B=43.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal183952180.160.5600.15282.9362.4461.37
HexB75FDA10380F11b3e3d
Octal26713733220700174337675
Binary101101111011111110110101000011100001111100011011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75FDA; }

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

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

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

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

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

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

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

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