#B064F1

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

Shades of Medium Orchid #B064F1

Tints of Medium Orchid #B064F1

Color information

#B064F1 (or 0xB064F1) is unknown color: approx Medium Orchid. HEX triplet: B0, 64 and F1. RGB value is (176,100,241). Sum of RGB (Red+Green+Blue) = 176+100+241=517 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.04% from 517); Green value is 100 (39.45% from 255 or 19.34% from 517); Blue value is 241 (94.53% from 255 or 46.62% from 517); Max value from RGB is 241 - color contains mainly: blue. Hex color #B064F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B064F1 is #4F9B0E. Grayscale: #8A8A8A. Windows color (decimal): -5217039 or 15819952. OLE color: 15819952.

HSL color Cylindrical-coordinate representation of color #B064F1: hue angle of 272.34º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B064F1 is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176100241-
CMYK0.270.5900.05
HSL272.34º83.43%66.86%-
HSV(B)272.34º58.51%94.51%-
XYZ38.3424.785.97-
YUV138.8185.68154.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.04%
GREEN value IS 100 (39.45% from 255) = 19.34%
BLUE value IS 241 (94.53% from 255) = 46.62%
R=34.04%
G=19.34%
B=46.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761002410.270.5900.05272.3483.4366.86
HexB064F11B3B051105343
Octal260144361337305420123103
Binary1011000011001001111000111011111011010110001000010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B064F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B064F1; }

 p { color: rgb(176,100,241); }

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

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

 a { background-color: rgb(176,100,241); }

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

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

 span { border-color: rgb(176,100,241); }

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