#B498DB

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

Shades of Biloba Flower #B498DB

Tints of Biloba Flower #B498DB

Color information

#B498DB (or 0xB498DB) is unknown color: approx Biloba Flower. HEX triplet: B4, 98 and DB. RGB value is (180,152,219). Sum of RGB (Red+Green+Blue) = 180+152+219=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 219 (85.94% from 255 or 39.75% from 551); Max value from RGB is 219 - color contains mainly: blue. Hex color #B498DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B498DB is #4B6724. Grayscale: #A7A7A7. Windows color (decimal): -4941605 or 14391476. OLE color: 14391476.

HSL color Cylindrical-coordinate representation of color #B498DB: hue angle of 265.07º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B498DB is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB180152219-
CMYK0.180.3100.14
HSL265.07º48.2%72.75%-
HSV(B)265.07º30.59%85.88%-
XYZ42.8437.2771.95-
YUV168.01156.78136.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 152 (59.77% from 255) = 27.59%
BLUE value IS 219 (85.94% from 255) = 39.75%
R=32.67%
G=27.59%
B=39.75%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1801522190.180.3100.14265.0748.272.75
HexB498DB121F0E1093049
Octal264230333223701641160111
Binary1011010010011000110110111001011111011101000010011100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B498DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B498DB; }

 p { color: rgb(180,152,219); }

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

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

 a { background-color: rgb(180,152,219); }

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

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

 span { border-color: rgb(180,152,219); }

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