#B67EDB

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

Shades of Biloba Flower #B67EDB

Tints of Biloba Flower #B67EDB

Color information

#B67EDB (or 0xB67EDB) is unknown color: approx Biloba Flower. HEX triplet: B6, 7E and DB. RGB value is (182,126,219). Sum of RGB (Red+Green+Blue) = 182+126+219=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #B67EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67EDB is #498124. Grayscale: #999999. Windows color (decimal): -4817189 or 14384822. OLE color: 14384822.

HSL color Cylindrical-coordinate representation of color #B67EDB: hue angle of 276.13º 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 #B67EDB is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182126219-
CMYK0.170.4200.14
HSL276.13º56.36%67.65%-
HSV(B)276.13º42.47%85.88%-
XYZ39.5429.9870.72-
YUV153.35165.05148.44-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.54%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 219 (85.94% from 255) = 41.56%
R=34.54%
G=23.91%
B=41.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821262190.170.4200.14276.1356.3667.65
HexB67EDB112A0E1143844
Octal266176333215201642470104
Binary1011011011111101101101110001101010011101000101001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67EDB; }

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

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

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

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

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

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

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

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