#B53FDA

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

Shades of Medium Orchid #B53FDA

Tints of Medium Orchid #B53FDA

Color information

#B53FDA (or 0xB53FDA) is unknown color: approx Medium Orchid. HEX triplet: B5, 3F and DA. RGB value is (181,63,218). Sum of RGB (Red+Green+Blue) = 181+63+218=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 63 (25% from 255 or 13.64% from 462); Blue value is 218 (85.55% from 255 or 47.19% from 462); Max value from RGB is 218 - color contains mainly: blue. Hex color #B53FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B53FDA is #4AC025. Grayscale: #737373. Windows color (decimal): -4898854 or 14303157. OLE color: 14303157.

HSL color Cylindrical-coordinate representation of color #B53FDA: hue angle of 285.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53FDA is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18163218-
CMYK0.170.7100.15
HSL285.68º67.69%55.1%-
HSV(B)285.68º71.1%85.49%-
XYZ33.4918.4468.12-
YUV115.95185.59174.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 63 (25% from 255) = 13.64%
BLUE value IS 218 (85.55% from 255) = 47.19%
R=39.18%
G=13.64%
B=47.19%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181632180.170.7100.15285.6867.6955.1
HexB53FDA11470F11e4437
Octal265773322110701743610467
Binary1011010111111111011010100011000111011111000111101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53FDA; }

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

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

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

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

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

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

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

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