#B64DFE

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

Shades of Medium Orchid #B64DFE

Tints of Medium Orchid #B64DFE

Color information

#B64DFE (or 0xB64DFE) is unknown color: approx Medium Orchid. HEX triplet: B6, 4D and FE. RGB value is (182,77,254). Sum of RGB (Red+Green+Blue) = 182+77+254=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 77 (30.47% from 255 or 15.01% from 513); Blue value is 254 (99.61% from 255 or 49.51% from 513); Max value from RGB is 254 - color contains mainly: blue. Hex color #B64DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B64DFE is #49B201. Grayscale: #7F7F7F. Windows color (decimal): -4829698 or 16666038. OLE color: 16666038.

HSL color Cylindrical-coordinate representation of color #B64DFE: hue angle of 275.59º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B64DFE is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18277254-
CMYK0.280.7000.00
HSL275.59º98.88%64.9%-
HSV(B)275.59º69.69%99.61%-
XYZ39.8322.4195.99-
YUV128.57198.79166.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 77 (30.47% from 255) = 15.01%
BLUE value IS 254 (99.61% from 255) = 49.51%
R=35.48%
G=15.01%
B=49.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal182772540.280.7000.00275.5998.8864.9
HexB64DFE1C46001146341
Octal2661153763410600424143101
Binary101101101001101111111101110010001100010001010011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64DFE; }

 p { color: rgb(182,77,254); }

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

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

 a { background-color: rgb(182,77,254); }

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

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

 span { border-color: rgb(182,77,254); }

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