#B641ED

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

Shades of Medium Orchid #B641ED

Tints of Medium Orchid #B641ED

Color information

#B641ED (or 0xB641ED) is unknown color: approx Medium Orchid. HEX triplet: B6, 41 and ED. RGB value is (182,65,237). Sum of RGB (Red+Green+Blue) = 182+65+237=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #B641ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B641ED is #49BE12. Grayscale: #777777. Windows color (decimal): -4832787 or 15548854. OLE color: 15548854.

HSL color Cylindrical-coordinate representation of color #B641ED: hue angle of 280.81º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B641ED is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18265237-
CMYK0.230.7300.07
HSL280.81º82.69%59.22%-
HSV(B)280.81º72.57%92.94%-
XYZ36.4719.8482.03-
YUV119.59194.26172.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.60%
GREEN value IS 65 (25.78% from 255) = 13.43%
BLUE value IS 237 (92.97% from 255) = 48.97%
R=37.60%
G=13.43%
B=48.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182652370.230.7300.07280.8182.6959.22
HexB641ED174907119533b
Octal266101355271110743112373
Binary1011011010000011110110110111100100101111000110011010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B641ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B641ED; }

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

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

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

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

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

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

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

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