#b382eb

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

Shades of Biloba Flower #B382EB

Tints of Biloba Flower #B382EB

Color information

#B382EB (or 0xB382EB) is unknown color: approx Biloba Flower. HEX triplet: B3, 82 and EB. RGB value is (179,130,235). Sum of RGB (Red+Green+Blue) = 179+130+235=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 130 (51.17% from 255 or 23.90% 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 #B382EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B382EB is #4C7D14. Grayscale: #9C9C9C. Windows color (decimal): -5012757 or 15434419. OLE color: 15434419.

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

Color convert

RGB179130235-
CMYK0.240.4500.08
HSL268º72.41%71.57%-
HSV(B)268º44.68%92.16%-
XYZ41.5731.5582.5-
YUV156.62172.23143.96-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.90%
GREEN value IS 130 (51.17% from 255) = 23.90%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=32.90%
G=23.90%
B=43.20%

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
Decimal1791302350.240.4500.0826872.4171.57
HexB382EB182D0810c4848
Octal2632023533055010414110110
Binary101100111000001011101011110001011010100010000110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b382eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b382eb; }

 p { color: rgb(179,130,235); }

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

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

 a { background-color: rgb(179,130,235); }

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

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

 span { border-color: rgb(179,130,235); }

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