#B269FB

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

Shades of Medium Purple #B269FB

Tints of Medium Purple #B269FB

Color information

#B269FB (or 0xB269FB) is unknown color: approx Medium Purple. HEX triplet: B2, 69 and FB. RGB value is (178,105,251). Sum of RGB (Red+Green+Blue) = 178+105+251=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #B269FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B269FB is #4D9604. Grayscale: #8E8E8E. Windows color (decimal): -5084677 or 16476594. OLE color: 16476594.

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

Color convert

RGB178105251-
CMYK0.290.5800.02
HSL270º94.81%69.8%-
HSV(B)270º58.17%98.43%-
XYZ40.8226.5394.24-
YUV143.47188.68152.63-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.33%
GREEN value IS 105 (41.41% from 255) = 19.66%
BLUE value IS 251 (98.44% from 255) = 47.00%
R=33.33%
G=19.66%
B=47.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1781052510.290.5800.0227094.8169.8
HexB269FB1D3A0210e5f46
Octal262151373357202416137106
Binary101100101101001111110111110111101001010000111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B269FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B269FB; }

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

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

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

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

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

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

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

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