#b67aec

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

Shades of Biloba Flower #B67AEC

Tints of Biloba Flower #B67AEC

Color information

#B67AEC (or 0xB67AEC) is unknown color: approx Biloba Flower. HEX triplet: B6, 7A and EC. RGB value is (182,122,236). Sum of RGB (Red+Green+Blue) = 182+122+236=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #B67AEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67AEC is #498513. Grayscale: #989898. Windows color (decimal): -4818196 or 15497910. OLE color: 15497910.

HSL color Cylindrical-coordinate representation of color #B67AEC: hue angle of 271.58º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B67AEC is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182122236-
CMYK0.230.4800.07
HSL271.58º75%70.2%-
HSV(B)271.58º48.31%92.55%-
XYZ41.3929.9282.95-
YUV152.94174.88148.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.70%
GREEN value IS 122 (48.05% from 255) = 22.59%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=33.70%
G=22.59%
B=43.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821222360.230.4800.07271.587570.2
HexB67AEC1730071104b46
Octal266172354276007420113106
Binary1011011011110101110110010111110000011110001000010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b67aec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b67aec; }

 p { color: rgb(182,122,236); }

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

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

 a { background-color: rgb(182,122,236); }

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

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

 span { border-color: rgb(182,122,236); }

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