#B67AEB

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

Shades of Biloba Flower #B67AEB

Tints of Biloba Flower #B67AEB

Color information

#B67AEB (or 0xB67AEB) is unknown color: approx Biloba Flower. HEX triplet: B6, 7A and EB. RGB value is (182,122,235). Sum of RGB (Red+Green+Blue) = 182+122+235=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 122 (48.05% from 255 or 22.63% from 539); Blue value is 235 (92.19% from 255 or 43.60% from 539); Max value from RGB is 235 - color contains mainly: blue. Hex color #B67AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67AEB is #498514. Grayscale: #989898. Windows color (decimal): -4818197 or 15432374. OLE color: 15432374.

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

Color convert

RGB182122235-
CMYK0.230.4800.08
HSL271.86º73.86%70%-
HSV(B)271.86º48.09%92.16%-
XYZ41.2529.8682.19-
YUV152.82174.38148.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.77%
GREEN value IS 122 (48.05% from 255) = 22.63%
BLUE value IS 235 (92.19% from 255) = 43.60%
R=33.77%
G=22.63%
B=43.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821222350.230.4800.08271.8673.8670
HexB67AEB1730081104a46
Octal2661723532760010420112106
Binary10110110111101011101011101111100000100010001000010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67AEB; }

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

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

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

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

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

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

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

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