#B382EE

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

Shades of Biloba Flower #B382EE

Tints of Biloba Flower #B382EE

Color information

#B382EE (or 0xB382EE) is unknown color: approx Biloba Flower. HEX triplet: B3, 82 and EE. RGB value is (179,130,238). Sum of RGB (Red+Green+Blue) = 179+130+238=547 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.72% from 547); Green value is 130 (51.17% from 255 or 23.77% from 547); Blue value is 238 (93.36% from 255 or 43.51% from 547); Max value from RGB is 238 - color contains mainly: blue. Hex color #B382EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B382EE is #4C7D11. Grayscale: #9C9C9C. Windows color (decimal): -5012754 or 15631027. OLE color: 15631027.

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

Color convert

RGB179130238-
CMYK0.250.4500.07
HSL267.22º76.06%72.16%-
HSV(B)267.22º45.38%93.33%-
XYZ42.0131.7284.8-
YUV156.96173.73143.72-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.72%
GREEN value IS 130 (51.17% from 255) = 23.77%
BLUE value IS 238 (93.36% from 255) = 43.51%
R=32.72%
G=23.77%
B=43.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791302380.250.4500.07267.2276.0672.16
HexB382EE192D0710b4c48
Octal263202356315507413114110
Binary10110011100000101110111011001101101011110000101110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382EE; }

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

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

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

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

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

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

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

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