Html Css Color HEX #B980DF Biloba Flower

📋 copy color: '#B980DF'

red 185 ◦ green 128 ◦ blue 223

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

Shades of Biloba Flower #B980DF

Tints of Biloba Flower #B980DF

RGB

 RED value IS 185 (72.66% from 255) = 34.51%

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

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

R = 34.51%
G = 23.88%
B = 41.6%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B980DF (or 0xB980DF) is known color: Biloba Flower. HEX triplet: B9, 80 and DF. RGB value is (185,128,223). Sum of RGB (Red+Green+Blue) = 185+128+223=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 128 (50.39% from 255 or 23.88% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #B980DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B980DF is #467F20. Grayscale: #9B9B9B. Windows color (decimal): -4620065 or 14647481. OLE color: 14647481.

HSL color Cylindrical-coordinate representation of color #B980DF: hue angle of 276º 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 #B980DF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 128 223 -
CMYK 0.17 0.43 0 0.13
HSL 276º 0.6% 0.69% -
HSV(B) 276º 0.43% 0.87% -
XYZ 41.05 31.08 73.65 -
YUV 155.87 165.88 148.78 -
System Red Green Blue C M Y K H S L
Decimal 185 128 223 0.17 0.43 0 0.13 276 0.6 0.69
Hex B9 80 DF 11 2B 0 D 114 3C 45
Octal 271 200 337 21 53 0 15 424 74 105
Binary 10111001 10000000 11011111 10001 101011 0 1101 100010100 111100 1000101

Color Harmonies of #B980DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B980DF

Black with #B980DF

Text Example


Text Example

White with #B980DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B980DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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