#B757FB

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

Shades of Medium Orchid #B757FB

Tints of Medium Orchid #B757FB

Color information

#B757FB (or 0xB757FB) is unknown color: approx Medium Orchid. HEX triplet: B7, 57 and FB. RGB value is (183,87,251). Sum of RGB (Red+Green+Blue) = 183+87+251=521 (69% of max value = 765). Red value is 183 (71.88% from 255 or 35.12% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #B757FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B757FB is #48A804. Grayscale: #858585. Windows color (decimal): -4761605 or 16471991. OLE color: 16471991.

HSL color Cylindrical-coordinate representation of color #B757FB: hue angle of 275.12º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B757FB is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18387251-
CMYK0.270.6500.02
HSL275.12º95.35%66.27%-
HSV(B)275.12º65.34%98.43%-
XYZ40.3523.8593.74-
YUV134.4193.8162.66-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.12%
GREEN value IS 87 (34.38% from 255) = 16.70%
BLUE value IS 251 (98.44% from 255) = 48.18%
R=35.12%
G=16.70%
B=48.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal183872510.270.6500.02275.1295.3566.27
HexB757FB1B41021135f42
Octal2671273733310102423137102
Binary1011011110101111111101111011100000101010001001110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B757FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B757FB; }

 p { color: rgb(183,87,251); }

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

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

 a { background-color: rgb(183,87,251); }

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

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

 span { border-color: rgb(183,87,251); }

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