Html Css Color HEX #B880E1 Biloba Flower

📋 copy color: '#B880E1'

red 184 ◦ green 128 ◦ blue 225

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

Shades of Biloba Flower #B880E1

Tints of Biloba Flower #B880E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 41.9%

R = 34.26%
G = 23.84%
B = 41.9%

CMYK

 C value IS 0.18

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B880E1 (or 0xB880E1) is known color: Biloba Flower. HEX triplet: B8, 80 and E1. RGB value is (184,128,225). Sum of RGB (Red+Green+Blue) = 184+128+225=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #B880E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B880E1 is #477F1E. Grayscale: #9B9B9B. Windows color (decimal): -4685599 or 14778552. OLE color: 14778552.

HSL color Cylindrical-coordinate representation of color #B880E1: hue angle of 274.64º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B880E1 is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 128 225 -
CMYK 0.18 0.43 0 0.12
HSL 274.64º 0.62% 0.69% -
HSV(B) 274.64º 0.43% 0.88% -
XYZ 41.08 31.06 75.07 -
YUV 155.8 167.05 148.11 -
System Red Green Blue C M Y K H S L
Decimal 184 128 225 0.18 0.43 0 0.12 274.64 0.62 0.69
Hex B8 80 E1 12 2B 0 C 113 3E 45
Octal 270 200 341 22 53 0 14 423 76 105
Binary 10111000 10000000 11100001 10010 101011 0 1100 100010011 111110 1000101

Color Harmonies of #B880E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B880E1

Black with #B880E1

Text Example


Text Example

White with #B880E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B880E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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