#B681E4

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

Shades of Biloba Flower #B681E4

Tints of Biloba Flower #B681E4

Color information

#B681E4 (or 0xB681E4) is unknown color: approx Biloba Flower. HEX triplet: B6, 81 and E4. RGB value is (182,129,228). Sum of RGB (Red+Green+Blue) = 182+129+228=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 228 (89.45% from 255 or 42.30% from 539); Max value from RGB is 228 - color contains mainly: blue. Hex color #B681E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B681E4 is #497E1B. Grayscale: #9B9B9B. Windows color (decimal): -4816412 or 14975414. OLE color: 14975414.

HSL color Cylindrical-coordinate representation of color #B681E4: hue angle of 272.12º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B681E4 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182129228-
CMYK0.200.4300.11
HSL272.12º64.71%70%-
HSV(B)272.12º43.42%89.41%-
XYZ41.1531.2577.26-
YUV156.13168.56146.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.77%
GREEN value IS 129 (50.78% from 255) = 23.93%
BLUE value IS 228 (89.45% from 255) = 42.30%
R=33.77%
G=23.93%
B=42.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821292280.200.4300.11272.1264.7170
HexB681E4142B0B1104146
Octal2662013442453013420101106
Binary101101101000000111100100101001010110101110001000010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681E4; }

 p { color: rgb(182,129,228); }

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

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

 a { background-color: rgb(182,129,228); }

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

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

 span { border-color: rgb(182,129,228); }

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