#B757F5

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

Shades of Medium Orchid #B757F5

Tints of Medium Orchid #B757F5

Color information

#B757F5 (or 0xB757F5) is unknown color: approx Medium Orchid. HEX triplet: B7, 57 and F5. RGB value is (183,87,245). Sum of RGB (Red+Green+Blue) = 183+87+245=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 87 (34.38% from 255 or 16.89% from 515); Blue value is 245 (96.09% from 255 or 47.57% from 515); Max value from RGB is 245 - color contains mainly: blue. Hex color #B757F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B757F5 is #48A80A. Grayscale: #858585. Windows color (decimal): -4761611 or 16078775. OLE color: 16078775.

HSL color Cylindrical-coordinate representation of color #B757F5: hue angle of 276.46º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B757F5 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18387245-
CMYK0.250.6400.04
HSL276.46º88.76%65.1%-
HSV(B)276.46º64.49%96.08%-
XYZ39.4223.4888.84-
YUV133.72190.8163.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.53%
GREEN value IS 87 (34.38% from 255) = 16.89%
BLUE value IS 245 (96.09% from 255) = 47.57%
R=35.53%
G=16.89%
B=47.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal183872450.250.6400.04276.4688.7665.1
HexB757F51940041145941
Octal2671273653110004424131101
Binary10110111101011111110101110011000000010010001010010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B757F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B757F5; }

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

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

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

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

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

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

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

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