#B536F5

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

Shades of Medium Orchid #B536F5

Tints of Medium Orchid #B536F5

Color information

#B536F5 (or 0xB536F5) is unknown color: approx Medium Orchid. HEX triplet: B5, 36 and F5. RGB value is (181,54,245). Sum of RGB (Red+Green+Blue) = 181+54+245=480 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.71% from 480); Green value is 54 (21.48% from 255 or 11.25% from 480); Blue value is 245 (96.09% from 255 or 51.04% from 480); Max value from RGB is 245 - color contains mainly: blue. Hex color #B536F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B536F5 is #4AC90A. Grayscale: #717171. Windows color (decimal): -4901131 or 16070325. OLE color: 16070325.

HSL color Cylindrical-coordinate representation of color #B536F5: hue angle of 279.9º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B536F5 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18154245-
CMYK0.260.7800.04
HSL279.9º90.52%58.63%-
HSV(B)279.9º77.96%96.08%-
XYZ36.8619.0588.12-
YUV113.75202.08175.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.71%
GREEN value IS 54 (21.48% from 255) = 11.25%
BLUE value IS 245 (96.09% from 255) = 51.04%
R=37.71%
G=11.25%
B=51.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181542450.260.7800.04279.990.5258.63
HexB536F51A4E041185b3b
Octal26566365321160443013373
Binary101101011101101111010111010100111001001000110001011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B536F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B536F5; }

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

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

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

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

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

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

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

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