#B646F3

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

Shades of Medium Orchid #B646F3

Tints of Medium Orchid #B646F3

Color information

#B646F3 (or 0xB646F3) is unknown color: approx Medium Orchid. HEX triplet: B6, 46 and F3. RGB value is (182,70,243). Sum of RGB (Red+Green+Blue) = 182+70+243=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 70 (27.73% from 255 or 14.14% from 495); Blue value is 243 (95.31% from 255 or 49.09% from 495); Max value from RGB is 243 - color contains mainly: blue. Hex color #B646F3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B646F3 is #49B90C. Grayscale: #7A7A7A. Windows color (decimal): -4831501 or 15943350. OLE color: 15943350.

HSL color Cylindrical-coordinate representation of color #B646F3: hue angle of 278.84º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B646F3 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18270243-
CMYK0.250.7100.05
HSL278.84º87.82%61.37%-
HSV(B)278.84º71.19%95.29%-
XYZ37.6620.886.82-
YUV123.21195.61169.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.77%
GREEN value IS 70 (27.73% from 255) = 14.14%
BLUE value IS 243 (95.31% from 255) = 49.09%
R=36.77%
G=14.14%
B=49.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182702430.250.7100.05278.8487.8261.37
HexB646F3194705117583d
Octal266106363311070542713075
Binary1011011010001101111001111001100011101011000101111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B646F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B646F3; }

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

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

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

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

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

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

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

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