#B268FC

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

Shades of Medium Purple #B268FC

Tints of Medium Purple #B268FC

Color information

#B268FC (or 0xB268FC) is unknown color: approx Medium Purple. HEX triplet: B2, 68 and FC. RGB value is (178,104,252). Sum of RGB (Red+Green+Blue) = 178+104+252=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 104 (41.02% from 255 or 19.48% from 534); Blue value is 252 (98.83% from 255 or 47.19% from 534); Max value from RGB is 252 - color contains mainly: blue. Hex color #B268FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B268FC is #4D9703. Grayscale: #8E8E8E. Windows color (decimal): -5084932 or 16541874. OLE color: 16541874.

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

Color convert

RGB178104252-
CMYK0.290.5900.01
HSL270º96.1%69.8%-
HSV(B)270º58.73%98.82%-
XYZ40.8826.3995.04-
YUV143189.52152.97-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.33%
GREEN value IS 104 (41.02% from 255) = 19.48%
BLUE value IS 252 (98.83% from 255) = 47.19%
R=33.33%
G=19.48%
B=47.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781042520.290.5900.0127096.169.8
HexB268FC1D3B0110e6046
Octal262150374357301416140106
Binary10110010110100011111100111011110110110000111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B268FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B268FC; }

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

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

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

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

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

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

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

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