#B27FEC

Color #B27FEC Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B27FEC

Tints of Biloba Flower #B27FEC

Color information

#B27FEC (or 0xB27FEC) is unknown color: approx Biloba Flower. HEX triplet: B2, 7F and EC. RGB value is (178,127,236). Sum of RGB (Red+Green+Blue) = 178+127+236=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #B27FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27FEC is #4D8013. Grayscale: #9A9A9A. Windows color (decimal): -5079060 or 15499186. OLE color: 15499186.

HSL color Cylindrical-coordinate representation of color #B27FEC: hue angle of 268.07º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B27FEC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB178127236-
CMYK0.250.4600.07
HSL268.07º74.15%71.18%-
HSV(B)268.07º46.19%92.55%-
XYZ41.0930.783.12-
YUV154.67173.9144.64-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.90%
GREEN value IS 127 (50% from 255) = 23.48%
BLUE value IS 236 (92.58% from 255) = 43.62%
R=32.90%
G=23.48%
B=43.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781272360.250.4600.07268.0774.1571.18
HexB27FEC192E0710c4a47
Octal262177354315607414112107
Binary1011001011111111110110011001101110011110000110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27FEC; }

 p { color: rgb(178,127,236); }

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

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

 a { background-color: rgb(178,127,236); }

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

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

 span { border-color: rgb(178,127,236); }

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