#B755FC

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

Shades of Medium Orchid #B755FC

Tints of Medium Orchid #B755FC

Color information

#B755FC (or 0xB755FC) is unknown color: approx Medium Orchid. HEX triplet: B7, 55 and FC. RGB value is (183,85,252). Sum of RGB (Red+Green+Blue) = 183+85+252=520 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.19% from 520); Green value is 85 (33.59% from 255 or 16.35% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #B755FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B755FC is #48AA03. Grayscale: #848484. Windows color (decimal): -4762116 or 16537015. OLE color: 16537015.

HSL color Cylindrical-coordinate representation of color #B755FC: hue angle of 275.21º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B755FC is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18385252-
CMYK0.270.6600.01
HSL275.21º96.53%66.08%-
HSV(B)275.21º66.27%98.82%-
XYZ40.3523.5994.52-
YUV133.34194.97163.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 35.19%
GREEN value IS 85 (33.59% from 255) = 16.35%
BLUE value IS 252 (98.83% from 255) = 48.46%
R=35.19%
G=16.35%
B=48.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal183852520.270.6600.01275.2196.5366.08
HexB755FC1B42011136142
Octal2671253743310201423141102
Binary101101111010101111111001101110000100110001001111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B755FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B755FC; }

 p { color: rgb(183,85,252); }

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

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

 a { background-color: rgb(183,85,252); }

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

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

 span { border-color: rgb(183,85,252); }

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