#B67EE8

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

Shades of Biloba Flower #B67EE8

Tints of Biloba Flower #B67EE8

Color information

#B67EE8 (or 0xB67EE8) is unknown color: approx Biloba Flower. HEX triplet: B6, 7E and E8. RGB value is (182,126,232). Sum of RGB (Red+Green+Blue) = 182+126+232=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 232 (91.02% from 255 or 42.96% from 540); Max value from RGB is 232 - color contains mainly: blue. Hex color #B67EE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67EE8 is #498117. Grayscale: #9A9A9A. Windows color (decimal): -4817176 or 15236790. OLE color: 15236790.

HSL color Cylindrical-coordinate representation of color #B67EE8: hue angle of 271.7º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B67EE8 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182126232-
CMYK0.220.4600.09
HSL271.7º69.74%70.2%-
HSV(B)271.7º45.69%90.98%-
XYZ41.3230.6980.09-
YUV154.83171.55147.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.70%
GREEN value IS 126 (49.61% from 255) = 23.33%
BLUE value IS 232 (91.02% from 255) = 42.96%
R=33.70%
G=23.33%
B=42.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821262320.220.4600.09271.769.7470.2
HexB67EE8162E091104646
Octal2661763502656011420106106
Binary10110110111111011101000101101011100100110001000010001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67EE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67EE8; }

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

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

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

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

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

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

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

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