#B380EE

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

Shades of Biloba Flower #B380EE

Tints of Biloba Flower #B380EE

Color information

#B380EE (or 0xB380EE) is unknown color: approx Biloba Flower. HEX triplet: B3, 80 and EE. RGB value is (179,128,238). Sum of RGB (Red+Green+Blue) = 179+128+238=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #B380EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B380EE is #4C7F11. Grayscale: #9B9B9B. Windows color (decimal): -5013266 or 15630515. OLE color: 15630515.

HSL color Cylindrical-coordinate representation of color #B380EE: hue angle of 267.82º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B380EE is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179128238-
CMYK0.250.4600.07
HSL267.82º76.39%71.76%-
HSV(B)267.82º46.22%93.33%-
XYZ41.7431.284.71-
YUV155.79174.4144.56-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.84%
GREEN value IS 128 (50.39% from 255) = 23.49%
BLUE value IS 238 (93.36% from 255) = 43.67%
R=32.84%
G=23.49%
B=43.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791282380.250.4600.07267.8276.3971.76
HexB380EE192E0710c4c48
Octal263200356315607414114110
Binary10110011100000001110111011001101110011110000110010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B380EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B380EE; }

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

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

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

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

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

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

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

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