#B679E1

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

Shades of Biloba Flower #B679E1

Tints of Biloba Flower #B679E1

Color information

#B679E1 (or 0xB679E1) is unknown color: approx Biloba Flower. HEX triplet: B6, 79 and E1. RGB value is (182,121,225). Sum of RGB (Red+Green+Blue) = 182+121+225=528 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.47% from 528); Green value is 121 (47.66% from 255 or 22.92% from 528); Blue value is 225 (88.28% from 255 or 42.61% from 528); Max value from RGB is 225 - color contains mainly: blue. Hex color #B679E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B679E1 is #49861E. Grayscale: #969696. Windows color (decimal): -4818463 or 14776758. OLE color: 14776758.

HSL color Cylindrical-coordinate representation of color #B679E1: hue angle of 275.19º degrees, saturation: 0.63, 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 #B679E1 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB182121225-
CMYK0.190.4600.12
HSL275.19º63.41%67.84%-
HSV(B)275.19º46.22%88.24%-
XYZ39.7229.0674.75-
YUV151.1169.71150.04-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.47%
GREEN value IS 121 (47.66% from 255) = 22.92%
BLUE value IS 225 (88.28% from 255) = 42.61%
R=34.47%
G=22.92%
B=42.61%

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
Decimal1821212250.190.4600.12275.1963.4167.84
HexB679E1132E0C1133f44
Octal266171341235601442377104
Binary1011011011110011110000110011101110011001000100111111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B679E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B679E1; }

 p { color: rgb(182,121,225); }

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

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

 a { background-color: rgb(182,121,225); }

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

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

 span { border-color: rgb(182,121,225); }

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