#B064FC

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

Shades of Medium Purple #B064FC

Tints of Medium Purple #B064FC

Color information

#B064FC (or 0xB064FC) is unknown color: approx Medium Purple. HEX triplet: B0, 64 and FC. RGB value is (176,100,252). Sum of RGB (Red+Green+Blue) = 176+100+252=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 100 (39.45% from 255 or 18.94% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #B064FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B064FC is #4F9B03. Grayscale: #8B8B8B. Windows color (decimal): -5217028 or 16540848. OLE color: 16540848.

HSL color Cylindrical-coordinate representation of color #B064FC: hue angle of 270º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B064FC is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB176100252-
CMYK0.300.6000.01
HSL270º96.2%69.02%-
HSV(B)270º60.32%98.82%-
XYZ40.0325.3794.88-
YUV140.05191.18153.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.33%
GREEN value IS 100 (39.45% from 255) = 18.94%
BLUE value IS 252 (98.83% from 255) = 47.73%
R=33.33%
G=18.94%
B=47.73%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1761002520.300.6000.0127096.269.02
HexB064FC1E3C0110e6045
Octal260144374367401416140105
Binary10110000110010011111100111101111000110000111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B064FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B064FC; }

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

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

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

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

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

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

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

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