#B536F3

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

Shades of Medium Orchid #B536F3

Tints of Medium Orchid #B536F3

Color information

#B536F3 (or 0xB536F3) is unknown color: approx Medium Orchid. HEX triplet: B5, 36 and F3. RGB value is (181,54,243). Sum of RGB (Red+Green+Blue) = 181+54+243=478 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.87% from 478); Green value is 54 (21.48% from 255 or 11.30% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #B536F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B536F3 is #4AC90C. Grayscale: #707070. Windows color (decimal): -4901133 or 15939253. OLE color: 15939253.

HSL color Cylindrical-coordinate representation of color #B536F3: hue angle of 280.32º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B536F3 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18154243-
CMYK0.260.7800.05
HSL280.32º88.73%58.24%-
HSV(B)280.32º77.78%95.29%-
XYZ36.5518.9386.52-
YUV113.52201.08176.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.87%
GREEN value IS 54 (21.48% from 255) = 11.30%
BLUE value IS 243 (95.31% from 255) = 50.84%
R=37.87%
G=11.30%
B=50.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal181542430.260.7800.05280.3288.7358.24
HexB536F31A4E05118593a
Octal26566363321160543013172
Binary101101011101101111001111010100111001011000110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B536F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B536F3; }

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

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

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

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

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

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

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

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