Html Css Color HEX #B488DB Biloba Flower

📋 copy color: '#B488DB'

red 180 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #B488DB

Tints of Biloba Flower #B488DB

RGB

 RED value IS 180 (70.7% from 255) = 33.64%

 GREEN value IS 136 (53.52% from 255) = 25.42%

 BLUE value IS 219 (85.94% from 255) = 40.93%

R = 33.64%
G = 25.42%
B = 40.93%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B488DB (or 0xB488DB) is known color: Biloba Flower. HEX triplet: B4, 88 and DB. RGB value is (180,136,219). Sum of RGB (Red+Green+Blue) = 180+136+219=535 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.64% from 535); Green value is 136 (53.52% from 255 or 25.42% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #B488DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488DB is #4B7724. Grayscale: #9E9E9E. Windows color (decimal): -4945701 or 14387380. OLE color: 14387380.

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

Color convert

RGB 180 136 219 -
CMYK 0.18 0.38 0 0.14
HSL 271.81º 0.54% 0.7% -
HSV(B) 271.81º 0.38% 0.86% -
XYZ 40.41 32.43 71.15 -
YUV 158.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 180 136 219 0.18 0.38 0 0.14 271.81 0.54 0.7
Hex B4 88 DB 12 26 0 E 110 36 46
Octal 264 210 333 22 46 0 16 420 66 106
Binary 10110100 10001000 11011011 10010 100110 0 1110 100010000 110110 1000110

Color Harmonies of #B488DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B488DB

Black with #B488DB

Text Example


Text Example

White with #B488DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B488DB; }

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

 H1.HeaderClassName
 {
   color: #B488DB;
 }
 .AnyTagClassName
 {
   color: #B488DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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