#B38AED

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

Shades of Biloba Flower #B38AED

Tints of Biloba Flower #B38AED

Color information

#B38AED (or 0xB38AED) is unknown color: approx Biloba Flower. HEX triplet: B3, 8A and ED. RGB value is (179,138,237). Sum of RGB (Red+Green+Blue) = 179+138+237=554 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.31% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 237 (92.97% from 255 or 42.78% from 554); Max value from RGB is 237 - color contains mainly: blue. Hex color #B38AED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38AED is #4C7512. Grayscale: #A1A1A1. Windows color (decimal): -5010707 or 15567539. OLE color: 15567539.

HSL color Cylindrical-coordinate representation of color #B38AED: hue angle of 264.85º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B38AED is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB179138237-
CMYK0.240.4200.07
HSL264.85º73.33%73.53%-
HSV(B)264.85º41.77%92.94%-
XYZ42.9633.8884.39-
YUV161.54170.58140.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.31%
GREEN value IS 138 (54.30% from 255) = 24.91%
BLUE value IS 237 (92.97% from 255) = 42.78%
R=32.31%
G=24.91%
B=42.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791382370.240.4200.07264.8573.3373.53
HexB38AED182A07109494a
Octal263212355305207411111112
Binary10110011100010101110110111000101010011110000100110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38AED; }

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

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

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

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

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

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

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

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