#B67EEA

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

Shades of Biloba Flower #B67EEA

Tints of Biloba Flower #B67EEA

Color information

#B67EEA (or 0xB67EEA) is unknown color: approx Biloba Flower. HEX triplet: B6, 7E and EA. RGB value is (182,126,234). Sum of RGB (Red+Green+Blue) = 182+126+234=542 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.58% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #B67EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67EEA is #498115. Grayscale: #9A9A9A. Windows color (decimal): -4817174 or 15367862. OLE color: 15367862.

HSL color Cylindrical-coordinate representation of color #B67EEA: hue angle of 271.11º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B67EEA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182126234-
CMYK0.220.4600.08
HSL271.11º72%70.59%-
HSV(B)271.11º46.15%91.76%-
XYZ41.630.8181.6-
YUV155.06172.55147.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.58%
GREEN value IS 126 (49.61% from 255) = 23.25%
BLUE value IS 234 (91.80% from 255) = 43.17%
R=33.58%
G=23.25%
B=43.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821262340.220.4600.08271.117270.59
HexB67EEA162E0810f4847
Octal2661763522656010417110107
Binary10110110111111011101010101101011100100010000111110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67EEA; }

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

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

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

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

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

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

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

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