#B27EDB

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

Shades of Biloba Flower #B27EDB

Tints of Biloba Flower #B27EDB

Color information

#B27EDB (or 0xB27EDB) is unknown color: approx Biloba Flower. HEX triplet: B2, 7E and DB. RGB value is (178,126,219). Sum of RGB (Red+Green+Blue) = 178+126+219=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 126 (49.61% from 255 or 24.09% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #B27EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27EDB is #4D8124. Grayscale: #979797. Windows color (decimal): -5079333 or 14384818. OLE color: 14384818.

HSL color Cylindrical-coordinate representation of color #B27EDB: hue angle of 273.55º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B27EDB is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178126219-
CMYK0.190.4200.14
HSL273.55º56.36%67.65%-
HSV(B)273.55º42.47%85.88%-
XYZ38.6129.570.68-
YUV152.15165.73146.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 34.03%
GREEN value IS 126 (49.61% from 255) = 24.09%
BLUE value IS 219 (85.94% from 255) = 41.87%
R=34.03%
G=24.09%
B=41.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781262190.190.4200.14273.5556.3667.65
HexB27EDB132A0E1123844
Octal262176333235201642270104
Binary1011001011111101101101110011101010011101000100101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27EDB; }

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

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

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

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

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

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

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

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