#B641E0

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

Shades of Medium Orchid #B641E0

Tints of Medium Orchid #B641E0

Color information

#B641E0 (or 0xB641E0) is unknown color: approx Medium Orchid. HEX triplet: B6, 41 and E0. RGB value is (182,65,224). Sum of RGB (Red+Green+Blue) = 182+65+224=471 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.64% from 471); Green value is 65 (25.78% from 255 or 13.80% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #B641E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B641E0 is #49BE1F. Grayscale: #757575. Windows color (decimal): -4832800 or 14696886. OLE color: 14696886.

HSL color Cylindrical-coordinate representation of color #B641E0: hue angle of 284.15º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B641E0 is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18265224-
CMYK0.190.7100.12
HSL284.15º71.95%56.67%-
HSV(B)284.15º70.98%87.84%-
XYZ34.6419.1172.38-
YUV118.11187.76173.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.64%
GREEN value IS 65 (25.78% from 255) = 13.80%
BLUE value IS 224 (87.89% from 255) = 47.56%
R=38.64%
G=13.80%
B=47.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal182652240.190.7100.12284.1571.9556.67
HexB641E013470C11c4839
Octal2661013402310701443411071
Binary10110110100000111100000100111000111011001000111001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B641E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B641E0; }

 p { color: rgb(182,65,224); }

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

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

 a { background-color: rgb(182,65,224); }

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

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

 span { border-color: rgb(182,65,224); }

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