#B380EA

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

Shades of Biloba Flower #B380EA

Tints of Biloba Flower #B380EA

Color information

#B380EA (or 0xB380EA) is unknown color: approx Biloba Flower. HEX triplet: B3, 80 and EA. RGB value is (179,128,234). Sum of RGB (Red+Green+Blue) = 179+128+234=541 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.09% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #B380EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B380EA is #4C7F15. Grayscale: #9A9A9A. Windows color (decimal): -5013270 or 15368371. OLE color: 15368371.

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

Color convert

RGB179128234-
CMYK0.240.4500.08
HSL268.87º71.62%70.98%-
HSV(B)268.87º45.3%91.76%-
XYZ41.1630.9681.65-
YUV155.33172.4144.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 33.09%
GREEN value IS 128 (50.39% from 255) = 23.66%
BLUE value IS 234 (91.80% from 255) = 43.25%
R=33.09%
G=23.66%
B=43.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791282340.240.4500.08268.8771.6270.98
HexB380EA182D0810d4847
Octal2632003523055010415110107
Binary101100111000000011101010110001011010100010000110110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380EA; }

 p { color: rgb(179,128,234); }

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

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

 a { background-color: rgb(179,128,234); }

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

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

 span { border-color: rgb(179,128,234); }

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