#B681EA

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

Shades of Biloba Flower #B681EA

Tints of Biloba Flower #B681EA

Color information

#B681EA (or 0xB681EA) is unknown color: approx Biloba Flower. HEX triplet: B6, 81 and EA. RGB value is (182,129,234). Sum of RGB (Red+Green+Blue) = 182+129+234=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #B681EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B681EA is #497E15. Grayscale: #9C9C9C. Windows color (decimal): -4816406 or 15368630. OLE color: 15368630.

HSL color Cylindrical-coordinate representation of color #B681EA: hue angle of 270.29º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B681EA is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182129234-
CMYK0.220.4500.08
HSL270.29º71.43%71.18%-
HSV(B)270.29º44.87%91.76%-
XYZ41.9931.5981.73-
YUV156.82171.56145.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 129 (50.78% from 255) = 23.67%
BLUE value IS 234 (91.80% from 255) = 42.94%
R=33.39%
G=23.67%
B=42.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821292340.220.4500.08270.2971.4371.18
HexB681EA162D0810e4747
Octal2662013522655010416107107
Binary101101101000000111101010101101011010100010000111010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B681EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B681EA; }

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

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

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

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

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

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

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

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