Html Css Color HEX #B498DB Biloba Flower

📋 copy color: '#B498DB'

red 180 ◦ green 152 ◦ blue 219

#B498DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #B498DB

Tints of Biloba Flower #B498DB

RGB

 RED value IS 180 (70.7% 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 value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B498DB (or 0xB498DB) is known color: 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

RGB 180 152 219 -
CMYK 0.18 0.31 0 0.14
HSL 265.07º 0.48% 0.73% -
HSV(B) 265.07º 0.31% 0.86% -
XYZ 42.84 37.27 71.95 -
YUV 168.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 180 152 219 0.18 0.31 0 0.14 265.07 0.48 0.73
Hex B4 98 DB 12 1F 0 E 109 30 49
Octal 264 230 333 22 37 0 16 411 60 111
Binary 10110100 10011000 11011011 10010 11111 0 1110 100001001 110000 1001001

Color Harmonies of #B498DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B498DB

Black with #B498DB

Text Example


Text Example

White with #B498DB

Text Example


Text Example

HTML Codes & Css Web 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>