#B64AF1

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

Shades of Medium Orchid #B64AF1

Tints of Medium Orchid #B64AF1

Color information

#B64AF1 (or 0xB64AF1) is unknown color: approx Medium Orchid. HEX triplet: B6, 4A and F1. RGB value is (182,74,241). Sum of RGB (Red+Green+Blue) = 182+74+241=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 74 (29.30% from 255 or 14.89% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #B64AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B64AF1 is #49B50E. Grayscale: #7C7C7C. Windows color (decimal): -4830479 or 15813302. OLE color: 15813302.

HSL color Cylindrical-coordinate representation of color #B64AF1: hue angle of 278.8º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B64AF1 is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18274241-
CMYK0.240.6900.05
HSL278.8º85.64%61.76%-
HSV(B)278.8º69.29%94.51%-
XYZ37.6221.1985.33-
YUV125.33193.28168.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 74 (29.30% from 255) = 14.89%
BLUE value IS 241 (94.53% from 255) = 48.49%
R=36.62%
G=14.89%
B=48.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal182742410.240.6900.05278.885.6461.76
HexB64AF1184505117563e
Octal266112361301050542712676
Binary1011011010010101111000111000100010101011000101111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64AF1; }

 p { color: rgb(182,74,241); }

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

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

 a { background-color: rgb(182,74,241); }

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

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

 span { border-color: rgb(182,74,241); }

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