#B53EFC

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

Shades of Medium Orchid #B53EFC

Tints of Medium Orchid #B53EFC

Color information

#B53EFC (or 0xB53EFC) is unknown color: approx Medium Orchid. HEX triplet: B5, 3E and FC. RGB value is (181,62,252). Sum of RGB (Red+Green+Blue) = 181+62+252=495 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.57% from 495); Green value is 62 (24.61% from 255 or 12.53% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #B53EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B53EFC is #4AC103. Grayscale: #767676. Windows color (decimal): -4899076 or 16531125. OLE color: 16531125.

HSL color Cylindrical-coordinate representation of color #B53EFC: hue angle of 277.58º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B53EFC is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB18162252-
CMYK0.280.7500.01
HSL277.58º96.94%61.57%-
HSV(B)277.58º75.4%98.82%-
XYZ38.3520.393.99-
YUV119.24202.92172.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.57%
GREEN value IS 62 (24.61% from 255) = 12.53%
BLUE value IS 252 (98.83% from 255) = 50.91%
R=36.57%
G=12.53%
B=50.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal181622520.280.7500.01277.5896.9461.57
HexB53EFC1C4B01116613e
Octal26576374341130142614176
Binary1011010111111011111100111001001011011000101101100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53EFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53EFC; }

 p { color: rgb(181,62,252); }

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

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

 a { background-color: rgb(181,62,252); }

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

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

 span { border-color: rgb(181,62,252); }

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