#B38BFF

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

Shades of Biloba Flower #B38BFF

Tints of Biloba Flower #B38BFF

Color information

#B38BFF (or 0xB38BFF) is unknown color: approx Biloba Flower. HEX triplet: B3, 8B and FF. RGB value is (179,139,255). Sum of RGB (Red+Green+Blue) = 179+139+255=573 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.24% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #B38BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38BFF is #4C7400. Grayscale: #A3A3A3. Windows color (decimal): -5010433 or 16747443. OLE color: 16747443.

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

Color convert

RGB179139255-
CMYK0.300.4500
HSL260.69º100%77.25%-
HSV(B)260.69º45.49%100%-
XYZ45.8735.2799-
YUV164.18179.25138.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.24%
GREEN value IS 139 (54.69% from 255) = 24.26%
BLUE value IS 255 (100% from 255) = 44.50%
R=31.24%
G=24.26%
B=44.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1791392550.300.4500260.6910077.25
HexB38BFF1E2D00105644d
Octal263213377365500405144115
Binary101100111000101111111111111101011010010000010111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38BFF; }

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

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

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

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

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

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

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

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