#B48AEA

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

Shades of Biloba Flower #B48AEA

Tints of Biloba Flower #B48AEA

Color information

#B48AEA (or 0xB48AEA) is unknown color: approx Biloba Flower. HEX triplet: B4, 8A and EA. RGB value is (180,138,234). Sum of RGB (Red+Green+Blue) = 180+138+234=552 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.61% from 552); Green value is 138 (54.30% from 255 or 25% from 552); Blue value is 234 (91.80% from 255 or 42.39% from 552); Max value from RGB is 234 - color contains mainly: blue. Hex color #B48AEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48AEA is #4B7515. Grayscale: #A1A1A1. Windows color (decimal): -4945174 or 15370932. OLE color: 15370932.

HSL color Cylindrical-coordinate representation of color #B48AEA: hue angle of 266.25º degrees, saturation: 0.7, 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 #B48AEA is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180138234-
CMYK0.230.4100.08
HSL266.25º69.57%72.94%-
HSV(B)266.25º41.03%91.76%-
XYZ42.7633.8282.12-
YUV161.5168.91141.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.61%
GREEN value IS 138 (54.30% from 255) = 25%
BLUE value IS 234 (91.80% from 255) = 42.39%
R=32.61%
G=25%
B=42.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801382340.230.4100.08266.2569.5772.94
HexB48AEA17290810a4649
Octal2642123522751010412106111
Binary101101001000101011101010101111010010100010000101010001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48AEA; }

 p { color: rgb(180,138,234); }

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

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

 a { background-color: rgb(180,138,234); }

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

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

 span { border-color: rgb(180,138,234); }

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