#B264FC

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

Shades of Medium Purple #B264FC

Tints of Medium Purple #B264FC

Color information

#B264FC (or 0xB264FC) is unknown color: approx Medium Purple. HEX triplet: B2, 64 and FC. RGB value is (178,100,252). Sum of RGB (Red+Green+Blue) = 178+100+252=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 100 (39.45% from 255 or 18.87% from 530); Blue value is 252 (98.83% from 255 or 47.55% from 530); Max value from RGB is 252 - color contains mainly: blue. Hex color #B264FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B264FC is #4D9B03. Grayscale: #8C8C8C. Windows color (decimal): -5085956 or 16540850. OLE color: 16540850.

HSL color Cylindrical-coordinate representation of color #B264FC: hue angle of 270.79º 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 #B264FC is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB178100252-
CMYK0.290.6000.01
HSL270.79º96.2%69.02%-
HSV(B)270.79º60.32%98.82%-
XYZ40.4925.6194.9-
YUV140.65190.84154.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.58%
GREEN value IS 100 (39.45% from 255) = 18.87%
BLUE value IS 252 (98.83% from 255) = 47.55%
R=33.58%
G=18.87%
B=47.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781002520.290.6000.01270.7996.269.02
HexB264FC1D3C0110f6045
Octal262144374357401417140105
Binary10110010110010011111100111011111000110000111111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B264FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B264FC; }

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

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

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

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

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

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

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

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