#B536F7

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

Shades of Medium Orchid #B536F7

Tints of Medium Orchid #B536F7

Color information

#B536F7 (or 0xB536F7) is unknown color: approx Medium Orchid. HEX triplet: B5, 36 and F7. RGB value is (181,54,247). Sum of RGB (Red+Green+Blue) = 181+54+247=482 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.55% from 482); Green value is 54 (21.48% from 255 or 11.20% from 482); Blue value is 247 (96.88% from 255 or 51.24% from 482); Max value from RGB is 247 - color contains mainly: blue. Hex color #B536F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B536F7 is #4AC908. Grayscale: #717171. Windows color (decimal): -4901129 or 16201397. OLE color: 16201397.

HSL color Cylindrical-coordinate representation of color #B536F7: hue angle of 279.48º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B536F7 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18154247-
CMYK0.270.7800.03
HSL279.48º92.34%59.02%-
HSV(B)279.48º78.14%96.86%-
XYZ37.1619.1889.74-
YUV113.98203.08175.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.55%
GREEN value IS 54 (21.48% from 255) = 11.20%
BLUE value IS 247 (96.88% from 255) = 51.24%
R=37.55%
G=11.20%
B=51.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal181542470.270.7800.03279.4892.3459.02
HexB536F71B4E031175c3b
Octal26566367331160342713473
Binary10110101110110111101111101110011100111000101111011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B536F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B536F7; }

 p { color: rgb(181,54,247); }

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

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

 a { background-color: rgb(181,54,247); }

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

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

 span { border-color: rgb(181,54,247); }

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