#B382EF

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

Shades of Biloba Flower #B382EF

Tints of Biloba Flower #B382EF

Color information

#B382EF (or 0xB382EF) is unknown color: approx Biloba Flower. HEX triplet: B3, 82 and EF. RGB value is (179,130,239). Sum of RGB (Red+Green+Blue) = 179+130+239=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 130 (51.17% from 255 or 23.72% from 548); Blue value is 239 (93.75% from 255 or 43.61% from 548); Max value from RGB is 239 - color contains mainly: blue. Hex color #B382EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B382EF is #4C7D10. Grayscale: #9C9C9C. Windows color (decimal): -5012753 or 15696563. OLE color: 15696563.

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

Color convert

RGB179130239-
CMYK0.250.4600.06
HSL266.97º77.3%72.35%-
HSV(B)266.97º45.61%93.73%-
XYZ42.1531.7885.57-
YUV157.08174.23143.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.66%
GREEN value IS 130 (51.17% from 255) = 23.72%
BLUE value IS 239 (93.75% from 255) = 43.61%
R=32.66%
G=23.72%
B=43.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791302390.250.4600.06266.9777.372.35
HexB382EF192E0610b4d48
Octal263202357315606413115110
Binary10110011100000101110111111001101110011010000101110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382EF; }

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

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

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

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

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

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

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

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