Html Css Color HEX #B480DB Biloba Flower

📋 copy color: '#B480DB'

red 180 ◦ green 128 ◦ blue 219

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

Shades of Biloba Flower #B480DB

Tints of Biloba Flower #B480DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 24.29%

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

R = 34.16%
G = 24.29%
B = 41.56%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B480DB (or 0xB480DB) is known color: Biloba Flower. HEX triplet: B4, 80 and DB. RGB value is (180,128,219). Sum of RGB (Red+Green+Blue) = 180+128+219=527 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.16% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #B480DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B480DB is #4B7F24. Grayscale: #999999. Windows color (decimal): -4947749 or 14385332. OLE color: 14385332.

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

Color convert

RGB 180 128 219 -
CMYK 0.18 0.42 0 0.14
HSL 274.29º 0.56% 0.68% -
HSV(B) 274.29º 0.42% 0.86% -
XYZ 39.33 30.26 70.79 -
YUV 153.92 164.73 146.6 -
System Red Green Blue C M Y K H S L
Decimal 180 128 219 0.18 0.42 0 0.14 274.29 0.56 0.68
Hex B4 80 DB 12 2A 0 E 112 38 44
Octal 264 200 333 22 52 0 16 422 70 104
Binary 10110100 10000000 11011011 10010 101010 0 1110 100010010 111000 1000100

Color Harmonies of #B480DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B480DB

Black with #B480DB

Text Example


Text Example

White with #B480DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B480DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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