#B541D6

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

Shades of Medium Orchid #B541D6

Tints of Medium Orchid #B541D6

Color information

#B541D6 (or 0xB541D6) is unknown color: approx Medium Orchid. HEX triplet: B5, 41 and D6. RGB value is (181,65,214). Sum of RGB (Red+Green+Blue) = 181+65+214=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 65 (25.78% from 255 or 14.13% from 460); Blue value is 214 (83.98% from 255 or 46.52% from 460); Max value from RGB is 214 - color contains mainly: blue. Hex color #B541D6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B541D6 is #4ABE29. Grayscale: #747474. Windows color (decimal): -4898346 or 14041525. OLE color: 14041525.

HSL color Cylindrical-coordinate representation of color #B541D6: hue angle of 286.71º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B541D6 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18165214-
CMYK0.150.7000.16
HSL286.71º64.5%54.71%-
HSV(B)286.71º69.63%83.92%-
XYZ33.0818.4665.44-
YUV116.67182.93173.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.35%
GREEN value IS 65 (25.78% from 255) = 14.13%
BLUE value IS 214 (83.98% from 255) = 46.52%
R=39.35%
G=14.13%
B=46.52%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181652140.150.7000.16286.7164.554.71
HexB541D6F4601011f4137
Octal2651013261710602043710167
Binary10110101100000111010110111110001100100001000111111000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B541D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B541D6; }

 p { color: rgb(181,65,214); }

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

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

 a { background-color: rgb(181,65,214); }

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

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

 span { border-color: rgb(181,65,214); }

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