Html Css Color HEX #B480DF Biloba Flower

📋 copy color: '#B480DF'

red 180 ◦ green 128 ◦ blue 223

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

Shades of Biloba Flower #B480DF

Tints of Biloba Flower #B480DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42%

R = 33.9%
G = 24.11%
B = 42%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B480DF (or 0xB480DF) is known color: Biloba Flower. HEX triplet: B4, 80 and DF. RGB value is (180,128,223). Sum of RGB (Red+Green+Blue) = 180+128+223=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #B480DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B480DF is #4B7F20. Grayscale: #9A9A9A. Windows color (decimal): -4947745 or 14647476. OLE color: 14647476.

HSL color Cylindrical-coordinate representation of color #B480DF: hue angle of 272.84º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B480DF is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 128 223 -
CMYK 0.19 0.43 0 0.13
HSL 272.84º 0.6% 0.69% -
HSV(B) 272.84º 0.43% 0.87% -
XYZ 39.86 30.47 73.59 -
YUV 154.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 180 128 223 0.19 0.43 0 0.13 272.84 0.6 0.69
Hex B4 80 DF 13 2B 0 D 111 3C 45
Octal 264 200 337 23 53 0 15 421 74 105
Binary 10110100 10000000 11011111 10011 101011 0 1101 100010001 111100 1000101

Color Harmonies of #B480DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B480DF

Black with #B480DF

Text Example


Text Example

White with #B480DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B480DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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