#B269FC

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

Shades of Medium Purple #B269FC

Tints of Medium Purple #B269FC

Color information

#B269FC (or 0xB269FC) is unknown color: approx Medium Purple. HEX triplet: B2, 69 and FC. RGB value is (178,105,252). Sum of RGB (Red+Green+Blue) = 178+105+252=535 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.27% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #B269FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B269FC is #4D9603. Grayscale: #8F8F8F. Windows color (decimal): -5084676 or 16542130. OLE color: 16542130.

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

Color convert

RGB178105252-
CMYK0.290.5800.01
HSL269.8º96.08%70%-
HSV(B)269.8º58.33%98.82%-
XYZ40.9826.695.07-
YUV143.58189.18152.55-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.27%
GREEN value IS 105 (41.41% from 255) = 19.63%
BLUE value IS 252 (98.83% from 255) = 47.10%
R=33.27%
G=19.63%
B=47.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1781052520.290.5800.01269.896.0870
HexB269FC1D3A0110e6046
Octal262151374357201416140106
Binary10110010110100111111100111011110100110000111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269FC; }

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

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

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

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

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

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

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

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