Html Css Color HEX #B080DC Biloba Flower

📋 copy color: '#B080DC'

red 176 ◦ green 128 ◦ blue 220

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

Shades of Biloba Flower #B080DC

Tints of Biloba Flower #B080DC

RGB

 RED value IS 176 (69.14% from 255) = 33.59%

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

 BLUE value IS 220 (86.33% from 255) = 41.98%

R = 33.59%
G = 24.43%
B = 41.98%

CMYK

 C value IS 0.2

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B080DC (or 0xB080DC) is known color: Biloba Flower. HEX triplet: B0, 80 and DC. RGB value is (176,128,220). Sum of RGB (Red+Green+Blue) = 176+128+220=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 220 (86.33% from 255 or 41.98% from 524); Max value from RGB is 220 - color contains mainly: blue. Hex color #B080DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B080DC is #4F7F23. Grayscale: #989898. Windows color (decimal): -5209892 or 14450864. OLE color: 14450864.

HSL color Cylindrical-coordinate representation of color #B080DC: hue angle of 271.3º degrees, saturation: 0.57, 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 #B080DC is Cyan = 0.2, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 128 220 -
CMYK 0.2 0.42 0 0.14
HSL 271.3º 0.57% 0.68% -
HSV(B) 271.3º 0.42% 0.86% -
XYZ 38.54 29.84 71.44 -
YUV 152.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 176 128 220 0.2 0.42 0 0.14 271.3 0.57 0.68
Hex B0 80 DC 14 2A 0 E 10F 39 44
Octal 260 200 334 24 52 0 16 417 71 104
Binary 10110000 10000000 11011100 10100 101010 0 1110 100001111 111001 1000100

Color Harmonies of #B080DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B080DC

Black with #B080DC

Text Example


Text Example

White with #B080DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B080DC; }

 p { color: rgb(176,128,220); }

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

background-color css

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

 a { background-color: rgb(176,128,220); }

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

border-color css

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

 span { border-color: rgb(176,128,220); }

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