#B38DFF

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

Shades of Biloba Flower #B38DFF

Tints of Biloba Flower #B38DFF

Color information

#B38DFF (or 0xB38DFF) is unknown color: approx Biloba Flower. HEX triplet: B3, 8D and FF. RGB value is (179,141,255). Sum of RGB (Red+Green+Blue) = 179+141+255=575 (76% of max value = 765). Red value is 179 (70.31% from 255 or 31.13% from 575); Green value is 141 (55.47% from 255 or 24.52% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #B38DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38DFF is #4C7200. Grayscale: #A4A4A4. Windows color (decimal): -5009921 or 16747955. OLE color: 16747955.

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

Color convert

RGB179141255-
CMYK0.300.4500
HSL260º100%77.65%-
HSV(B)260º44.71%100%-
XYZ46.1735.8599.09-
YUV165.36178.59137.73-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.13%
GREEN value IS 141 (55.47% from 255) = 24.52%
BLUE value IS 255 (100% from 255) = 44.35%
R=31.13%
G=24.52%
B=44.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791412550.300.450026010077.65
HexB38DFF1E2D00104644e
Octal263215377365500404144116
Binary101100111000110111111111111101011010010000010011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38DFF; }

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

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

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

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

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

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

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

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