#B67AE0

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

Shades of Biloba Flower #B67AE0

Tints of Biloba Flower #B67AE0

Color information

#B67AE0 (or 0xB67AE0) is unknown color: approx Biloba Flower. HEX triplet: B6, 7A and E0. RGB value is (182,122,224). Sum of RGB (Red+Green+Blue) = 182+122+224=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 122 (48.05% from 255 or 23.11% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #B67AE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B67AE0 is #49851F. Grayscale: #979797. Windows color (decimal): -4818208 or 14711478. OLE color: 14711478.

HSL color Cylindrical-coordinate representation of color #B67AE0: hue angle of 275.29º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B67AE0 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB182122224-
CMYK0.190.4600.12
HSL275.29º62.2%67.84%-
HSV(B)275.29º45.54%87.84%-
XYZ39.7129.2574.07-
YUV151.57168.88149.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 122 (48.05% from 255) = 23.11%
BLUE value IS 224 (87.89% from 255) = 42.42%
R=34.47%
G=23.11%
B=42.42%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1821222240.190.4600.12275.2962.267.84
HexB67AE0132E0C1133e44
Octal266172340235601442376104
Binary1011011011110101110000010011101110011001000100111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67AE0; }

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

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

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

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

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

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

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

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