Html Css Color HEX #B880DF Biloba Flower

📋 copy color: '#B880DF'

red 184 ◦ green 128 ◦ blue 223

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

Shades of Biloba Flower #B880DF

Tints of Biloba Flower #B880DF

RGB

 RED value IS 184 (72.27% from 255) = 34.39%

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

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

R = 34.39%
G = 23.93%
B = 41.68%

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

#B880DF (or 0xB880DF) is known color: Biloba Flower. HEX triplet: B8, 80 and DF. RGB value is (184,128,223). Sum of RGB (Red+Green+Blue) = 184+128+223=535 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.39% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #B880DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880DF is #477F20. Grayscale: #9B9B9B. Windows color (decimal): -4685601 or 14647480. OLE color: 14647480.

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

Color convert

RGB 184 128 223 -
CMYK 0.17 0.43 0 0.13
HSL 275.37º 0.6% 0.69% -
HSV(B) 275.37º 0.43% 0.87% -
XYZ 40.81 30.96 73.64 -
YUV 155.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 184 128 223 0.17 0.43 0 0.13 275.37 0.6 0.69
Hex B8 80 DF 11 2B 0 D 113 3C 45
Octal 270 200 337 21 53 0 15 423 74 105
Binary 10111000 10000000 11011111 10001 101011 0 1101 100010011 111100 1000101

Color Harmonies of #B880DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B880DF

Black with #B880DF

Text Example


Text Example

White with #B880DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B880DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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