#B382FF

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

Shades of Biloba Flower #B382FF

Tints of Biloba Flower #B382FF

Color information

#B382FF (or 0xB382FF) is unknown color: approx Biloba Flower. HEX triplet: B3, 82 and FF. RGB value is (179,130,255). Sum of RGB (Red+Green+Blue) = 179+130+255=564 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.74% from 564); Green value is 130 (51.17% from 255 or 23.05% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #B382FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B382FF is #4C7D00. Grayscale: #9E9E9E. Windows color (decimal): -5012737 or 16745139. OLE color: 16745139.

HSL color Cylindrical-coordinate representation of color #B382FF: hue angle of 263.52º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B382FF is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB179130255-
CMYK0.300.4900
HSL263.52º100%75.49%-
HSV(B)263.52º49.02%100%-
XYZ44.6232.7798.58-
YUV158.9182.23142.34-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.74%
GREEN value IS 130 (51.17% from 255) = 23.05%
BLUE value IS 255 (100% from 255) = 45.21%
R=31.74%
G=23.05%
B=45.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791302550.300.4900263.5210075.49
HexB382FF1E3100108644b
Octal263202377366100410144113
Binary101100111000001011111111111101100010010000100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B382FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B382FF; }

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

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

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

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

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

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

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

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