Html Css Color HEX #B881E1 Biloba Flower

📋 copy color: '#B881E1'

red 184 ◦ green 129 ◦ blue 225

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

Shades of Biloba Flower #B881E1

Tints of Biloba Flower #B881E1

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.98%

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

R = 34.2%
G = 23.98%
B = 41.82%

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

#B881E1 (or 0xB881E1) is known color: Biloba Flower. HEX triplet: B8, 81 and E1. RGB value is (184,129,225). Sum of RGB (Red+Green+Blue) = 184+129+225=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 225 (88.28% from 255 or 41.82% from 538); Max value from RGB is 225 - color contains mainly: blue. Hex color #B881E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B881E1 is #477E1E. Grayscale: #9C9C9C. Windows color (decimal): -4685343 or 14778808. OLE color: 14778808.

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

Color convert

RGB 184 129 225 -
CMYK 0.18 0.43 0 0.12
HSL 274.38º 0.62% 0.69% -
HSV(B) 274.38º 0.43% 0.88% -
XYZ 41.21 31.33 75.11 -
YUV 156.39 166.72 147.69 -
System Red Green Blue C M Y K H S L
Decimal 184 129 225 0.18 0.43 0 0.12 274.38 0.62 0.69
Hex B8 81 E1 12 2B 0 C 112 3E 45
Octal 270 201 341 22 53 0 14 422 76 105
Binary 10111000 10000001 11100001 10010 101011 0 1100 100010010 111110 1000101

Color Harmonies of #B881E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B881E1

Black with #B881E1

Text Example


Text Example

White with #B881E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B881E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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