#B27EDF

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

Shades of Biloba Flower #B27EDF

Tints of Biloba Flower #B27EDF

Color information

#B27EDF (or 0xB27EDF) is unknown color: approx Biloba Flower. HEX triplet: B2, 7E and DF. RGB value is (178,126,223). Sum of RGB (Red+Green+Blue) = 178+126+223=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #B27EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27EDF is #4D8120. Grayscale: #989898. Windows color (decimal): -5079329 or 14646962. OLE color: 14646962.

HSL color Cylindrical-coordinate representation of color #B27EDF: hue angle of 272.16º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B27EDF is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB178126223-
CMYK0.200.4300.13
HSL272.16º60.25%68.43%-
HSV(B)272.16º43.5%87.45%-
XYZ39.1429.7173.48-
YUV152.61167.73146.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 33.78%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 223 (87.5% from 255) = 42.31%
R=33.78%
G=23.91%
B=42.31%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781262230.200.4300.13272.1660.2568.43
HexB27EDF142B0D1103c44
Octal262176337245301542074104
Binary1011001011111101101111110100101011011011000100001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27EDF; }

 p { color: rgb(178,126,223); }

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

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

 a { background-color: rgb(178,126,223); }

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

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

 span { border-color: rgb(178,126,223); }

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