#B48BD4

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

Shades of Biloba Flower #B48BD4

Tints of Biloba Flower #B48BD4

Color information

#B48BD4 (or 0xB48BD4) is unknown color: approx Biloba Flower. HEX triplet: B4, 8B and D4. RGB value is (180,139,212). Sum of RGB (Red+Green+Blue) = 180+139+212=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 139 (54.69% from 255 or 26.18% from 531); Blue value is 212 (83.20% from 255 or 39.92% from 531); Max value from RGB is 212 - color contains mainly: blue. Hex color #B48BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B48BD4 is #4B742B. Grayscale: #9F9F9F. Windows color (decimal): -4944940 or 13929396. OLE color: 13929396.

HSL color Cylindrical-coordinate representation of color #B48BD4: hue angle of 273.7º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B48BD4 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB180139212-
CMYK0.150.3400.17
HSL273.7º45.91%68.82%-
HSV(B)273.7º34.43%83.14%-
XYZ39.9432.9266.54-
YUV159.58157.58142.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.90%
GREEN value IS 139 (54.69% from 255) = 26.18%
BLUE value IS 212 (83.20% from 255) = 39.92%
R=33.90%
G=26.18%
B=39.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1801392120.150.3400.17273.745.9168.82
HexB48BD4F220111122e45
Octal264213324174202142256105
Binary10110100100010111101010011111000100100011000100101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48BD4; }

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

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

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

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

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

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

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

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