#B368FB

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

Shades of Medium Purple #B368FB

Tints of Medium Purple #B368FB

Color information

#B368FB (or 0xB368FB) is unknown color: approx Medium Purple. HEX triplet: B3, 68 and FB. RGB value is (179,104,251). Sum of RGB (Red+Green+Blue) = 179+104+251=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 104 (41.02% from 255 or 19.48% 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 #B368FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B368FB is #4C9704. Grayscale: #8E8E8E. Windows color (decimal): -5019397 or 16476339. OLE color: 16476339.

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

Color convert

RGB179104251-
CMYK0.290.5900.02
HSL270.61º94.84%69.61%-
HSV(B)270.61º58.57%98.43%-
XYZ40.9526.4594.21-
YUV143.18188.85153.55-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.52%
GREEN value IS 104 (41.02% from 255) = 19.48%
BLUE value IS 251 (98.44% from 255) = 47.00%
R=33.52%
G=19.48%
B=47.00%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791042510.290.5900.02270.6194.8469.61
HexB368FB1D3B0210f5f46
Octal263150373357302417137106
Binary101100111101000111110111110111101101010000111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B368FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B368FB; }

 p { color: rgb(179,104,251); }

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

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

 a { background-color: rgb(179,104,251); }

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

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

 span { border-color: rgb(179,104,251); }

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