#B758FD

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

Shades of Medium Orchid #B758FD

Tints of Medium Orchid #B758FD

Color information

#B758FD (or 0xB758FD) is unknown color: approx Medium Orchid. HEX triplet: B7, 58 and FD. RGB value is (183,88,253). Sum of RGB (Red+Green+Blue) = 183+88+253=524 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.92% from 524); Green value is 88 (34.77% from 255 or 16.79% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #B758FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B758FD is #48A702. Grayscale: #868686. Windows color (decimal): -4761347 or 16603319. OLE color: 16603319.

HSL color Cylindrical-coordinate representation of color #B758FD: hue angle of 274.55º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B758FD is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18388253-
CMYK0.280.6500.01
HSL274.55º97.63%66.86%-
HSV(B)274.55º65.22%99.22%-
XYZ40.7524.1495.44-
YUV135.22194.47162.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.92%
GREEN value IS 88 (34.77% from 255) = 16.79%
BLUE value IS 253 (99.22% from 255) = 48.28%
R=34.92%
G=16.79%
B=48.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal183882530.280.6500.01274.5597.6366.86
HexB758FD1C41011136243
Octal2671303753410101423142103
Binary101101111011000111111011110010000010110001001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B758FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B758FD; }

 p { color: rgb(183,88,253); }

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

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

 a { background-color: rgb(183,88,253); }

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

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

 span { border-color: rgb(183,88,253); }

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