#B38AF4

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

Shades of Biloba Flower #B38AF4

Tints of Biloba Flower #B38AF4

Color information

#B38AF4 (or 0xB38AF4) is unknown color: approx Biloba Flower. HEX triplet: B3, 8A and F4. RGB value is (179,138,244). Sum of RGB (Red+Green+Blue) = 179+138+244=561 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.91% from 561); Green value is 138 (54.30% from 255 or 24.60% from 561); Blue value is 244 (95.70% from 255 or 43.49% from 561); Max value from RGB is 244 - color contains mainly: blue. Hex color #B38AF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38AF4 is #4C750B. Grayscale: #A1A1A1. Windows color (decimal): -5010700 or 16026291. OLE color: 16026291.

HSL color Cylindrical-coordinate representation of color #B38AF4: hue angle of 263.21º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B38AF4 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB179138244-
CMYK0.270.4300.04
HSL263.21º82.81%74.9%-
HSV(B)263.21º43.44%95.69%-
XYZ44.0134.2989.89-
YUV162.34174.08139.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.91%
GREEN value IS 138 (54.30% from 255) = 24.60%
BLUE value IS 244 (95.70% from 255) = 43.49%
R=31.91%
G=24.60%
B=43.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1791382440.270.4300.04263.2182.8174.9
HexB38AF41B2B04107534b
Octal263212364335304407123113
Binary10110011100010101111010011011101011010010000011110100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38AF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38AF4; }

 p { color: rgb(179,138,244); }

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

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

 a { background-color: rgb(179,138,244); }

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

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

 span { border-color: rgb(179,138,244); }

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