#B48BEC

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

Shades of Biloba Flower #B48BEC

Tints of Biloba Flower #B48BEC

Color information

#B48BEC (or 0xB48BEC) is unknown color: approx Biloba Flower. HEX triplet: B4, 8B and EC. RGB value is (180,139,236). Sum of RGB (Red+Green+Blue) = 180+139+236=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #B48BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B48BEC is #4B7413. Grayscale: #A1A1A1. Windows color (decimal): -4944916 or 15502260. OLE color: 15502260.

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

Color convert

RGB180139236-
CMYK0.240.4100.07
HSL265.36º71.85%73.53%-
HSV(B)265.36º41.1%92.55%-
XYZ43.234.2283.69-
YUV162.32169.58140.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 139 (54.69% from 255) = 25.05%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=32.43%
G=25.05%
B=42.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801392360.240.4100.07265.3671.8573.53
HexB48BEC182907109484a
Octal264213354305107411110112
Binary10110100100010111110110011000101001011110000100110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BEC; }

 p { color: rgb(180,139,236); }

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

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

 a { background-color: rgb(180,139,236); }

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

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

 span { border-color: rgb(180,139,236); }

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