#B535F3

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

Shades of Medium Orchid #B535F3

Tints of Medium Orchid #B535F3

Color information

#B535F3 (or 0xB535F3) is unknown color: approx Medium Orchid. HEX triplet: B5, 35 and F3. RGB value is (181,53,243). Sum of RGB (Red+Green+Blue) = 181+53+243=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 53 (21.09% from 255 or 11.11% from 477); Blue value is 243 (95.31% from 255 or 50.94% from 477); Max value from RGB is 243 - color contains mainly: blue. Hex color #B535F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B535F3 is #4ACA0C. Grayscale: #707070. Windows color (decimal): -4901389 or 15938997. OLE color: 15938997.

HSL color Cylindrical-coordinate representation of color #B535F3: hue angle of 280.42º 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 #B535F3 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18153243-
CMYK0.260.7800.05
HSL280.42º88.79%58.04%-
HSV(B)280.42º78.19%95.29%-
XYZ36.5118.8486.51-
YUV112.93201.41176.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.95%
GREEN value IS 53 (21.09% from 255) = 11.11%
BLUE value IS 243 (95.31% from 255) = 50.94%
R=37.95%
G=11.11%
B=50.94%

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
Decimal181532430.260.7800.05280.4288.7958.04
HexB535F31A4E05118593a
Octal26565363321160543013172
Binary101101011101011111001111010100111001011000110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B535F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B535F3; }

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

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

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

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

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

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

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

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