#B646FD

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

Shades of Medium Orchid #B646FD

Tints of Medium Orchid #B646FD

Color information

#B646FD (or 0xB646FD) is unknown color: approx Medium Orchid. HEX triplet: B6, 46 and FD. RGB value is (182,70,253). Sum of RGB (Red+Green+Blue) = 182+70+253=505 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.04% from 505); Green value is 70 (27.73% from 255 or 13.86% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #B646FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B646FD is #49B902. Grayscale: #7B7B7B. Windows color (decimal): -4831491 or 16598710. OLE color: 16598710.

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

Color convert

RGB18270253-
CMYK0.280.7200.01
HSL276.72º97.86%63.33%-
HSV(B)276.72º72.33%99.22%-
XYZ39.2121.4295-
YUV124.35200.61169.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.04%
GREEN value IS 70 (27.73% from 255) = 13.86%
BLUE value IS 253 (99.22% from 255) = 50.10%
R=36.04%
G=13.86%
B=50.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal182702530.280.7200.01276.7297.8663.33
HexB646FD1C4801115623f
Octal266106375341100142514277
Binary10110110100011011111101111001001000011000101011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B646FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B646FD; }

 p { color: rgb(182,70,253); }

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

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

 a { background-color: rgb(182,70,253); }

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

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

 span { border-color: rgb(182,70,253); }

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