#B53FF4

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

Shades of Medium Orchid #B53FF4

Tints of Medium Orchid #B53FF4

Color information

#B53FF4 (or 0xB53FF4) is unknown color: approx Medium Orchid. HEX triplet: B5, 3F and F4. RGB value is (181,63,244). Sum of RGB (Red+Green+Blue) = 181+63+244=488 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.09% from 488); Green value is 63 (25% from 255 or 12.91% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #B53FF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53FF4 is #4AC00B. Grayscale: #767676. Windows color (decimal): -4898828 or 16007093. OLE color: 16007093.

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

Color convert

RGB18163244-
CMYK0.260.7400.04
HSL279.12º89.16%60.2%-
HSV(B)279.12º74.18%95.69%-
XYZ37.1619.9187.47-
YUV118.92198.59172.28-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.09%
GREEN value IS 63 (25% from 255) = 12.91%
BLUE value IS 244 (95.70% from 255) = 50%
R=37.09%
G=12.91%
B=50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal181632440.260.7400.04279.1289.1660.2
HexB53FF41A4A04117593c
Octal26577364321120442713174
Binary101101011111111111010011010100101001001000101111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FF4; }

 p { color: rgb(181,63,244); }

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

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

 a { background-color: rgb(181,63,244); }

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

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

 span { border-color: rgb(181,63,244); }

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