#B48EEF

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

Shades of Biloba Flower #B48EEF

Tints of Biloba Flower #B48EEF

Color information

#B48EEF (or 0xB48EEF) is unknown color: approx Biloba Flower. HEX triplet: B4, 8E and EF. RGB value is (180,142,239). Sum of RGB (Red+Green+Blue) = 180+142+239=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 142 (55.86% from 255 or 25.31% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #B48EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48EEF is #4B7110. Grayscale: #A4A4A4. Windows color (decimal): -4944145 or 15699636. OLE color: 15699636.

HSL color Cylindrical-coordinate representation of color #B48EEF: hue angle of 263.51º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B48EEF is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB180142239-
CMYK0.250.4100.06
HSL263.51º75.19%74.71%-
HSV(B)263.51º40.59%93.73%-
XYZ44.0835.2886.15-
YUV164.42170.09139.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.09%
GREEN value IS 142 (55.86% from 255) = 25.31%
BLUE value IS 239 (93.75% from 255) = 42.60%
R=32.09%
G=25.31%
B=42.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1801422390.250.4100.06263.5175.1974.71
HexB48EEF1929061084b4b
Octal264216357315106410113113
Binary10110100100011101110111111001101001011010000100010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48EEF; }

 p { color: rgb(180,142,239); }

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

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

 a { background-color: rgb(180,142,239); }

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

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

 span { border-color: rgb(180,142,239); }

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