#B36BFD

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

Shades of Medium Purple #B36BFD

Tints of Medium Purple #B36BFD

Color information

#B36BFD (or 0xB36BFD) is unknown color: approx Medium Purple. HEX triplet: B3, 6B and FD. RGB value is (179,107,253). Sum of RGB (Red+Green+Blue) = 179+107+253=539 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.21% from 539); Green value is 107 (42.19% from 255 or 19.85% from 539); Blue value is 253 (99.22% from 255 or 46.94% from 539); Max value from RGB is 253 - color contains mainly: blue. Hex color #B36BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B36BFD is #4C9402. Grayscale: #909090. Windows color (decimal): -5018627 or 16608179. OLE color: 16608179.

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

Color convert

RGB179107253-
CMYK0.290.5800.01
HSL269.59º97.33%70.59%-
HSV(B)269.59º57.71%99.22%-
XYZ41.5827.1995.99-
YUV145.17188.85152.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.21%
GREEN value IS 107 (42.19% from 255) = 19.85%
BLUE value IS 253 (99.22% from 255) = 46.94%
R=33.21%
G=19.85%
B=46.94%

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
Decimal1791072530.290.5800.01269.5997.3370.59
HexB36BFD1D3A0110e6147
Octal263153375357201416141107
Binary10110011110101111111101111011110100110000111011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36BFD; }

 p { color: rgb(179,107,253); }

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

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

 a { background-color: rgb(179,107,253); }

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

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

 span { border-color: rgb(179,107,253); }

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