#B481EB

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

Shades of Biloba Flower #B481EB

Tints of Biloba Flower #B481EB

Color information

#B481EB (or 0xB481EB) is unknown color: approx Biloba Flower. HEX triplet: B4, 81 and EB. RGB value is (180,129,235). Sum of RGB (Red+Green+Blue) = 180+129+235=544 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.09% from 544); Green value is 129 (50.78% from 255 or 23.71% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #B481EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B481EB is #4B7E14. Grayscale: #9B9B9B. Windows color (decimal): -4947477 or 15434164. OLE color: 15434164.

HSL color Cylindrical-coordinate representation of color #B481EB: hue angle of 268.87º degrees, saturation: 0.73, 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 #B481EB is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180129235-
CMYK0.230.4500.08
HSL268.87º72.6%71.37%-
HSV(B)268.87º45.11%92.16%-
XYZ41.6731.482.46-
YUV156.33172.4144.88-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.09%
GREEN value IS 129 (50.78% from 255) = 23.71%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=33.09%
G=23.71%
B=43.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801292350.230.4500.08268.8772.671.37
HexB481EB172D0810d4947
Octal2642013532755010415111107
Binary101101001000000111101011101111011010100010000110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B481EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B481EB; }

 p { color: rgb(180,129,235); }

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

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

 a { background-color: rgb(180,129,235); }

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

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

 span { border-color: rgb(180,129,235); }

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