#B38AEB

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

Shades of Biloba Flower #B38AEB

Tints of Biloba Flower #B38AEB

Color information

#B38AEB (or 0xB38AEB) is unknown color: approx Biloba Flower. HEX triplet: B3, 8A and EB. RGB value is (179,138,235). Sum of RGB (Red+Green+Blue) = 179+138+235=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 235 (92.19% from 255 or 42.57% from 552); Max value from RGB is 235 - color contains mainly: blue. Hex color #B38AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B38AEB is #4C7514. Grayscale: #A0A0A0. Windows color (decimal): -5010709 or 15436467. OLE color: 15436467.

HSL color Cylindrical-coordinate representation of color #B38AEB: hue angle of 265.36º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B38AEB is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179138235-
CMYK0.240.4100.08
HSL265.36º70.8%73.14%-
HSV(B)265.36º41.28%92.16%-
XYZ42.6733.7682.86-
YUV161.32169.58140.61-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 32.43%
GREEN value IS 138 (54.30% from 255) = 25%
BLUE value IS 235 (92.19% from 255) = 42.57%
R=32.43%
G=25%
B=42.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791382350.240.4100.08265.3670.873.14
HexB38AEB1829081094749
Octal2632123533051010411107111
Binary101100111000101011101011110001010010100010000100110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B38AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B38AEB; }

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

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

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

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

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

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

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

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