Html Css Color HEX #B881EB Biloba Flower

📋 copy color: '#B881EB'

red 184 ◦ green 129 ◦ blue 235

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

Shades of Biloba Flower #B881EB

Tints of Biloba Flower #B881EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.88%

R = 33.58%
G = 23.54%
B = 42.88%

CMYK

 C value IS 0.22

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B881EB (or 0xB881EB) is known color: Biloba Flower. HEX triplet: B8, 81 and EB. RGB value is (184,129,235). Sum of RGB (Red+Green+Blue) = 184+129+235=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #B881EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B881EB is #477E14. Grayscale: #9D9D9D. Windows color (decimal): -4685333 or 15434168. OLE color: 15434168.

HSL color Cylindrical-coordinate representation of color #B881EB: hue angle of 271.13º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B881EB is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 129 235 -
CMYK 0.22 0.45 0 0.08
HSL 271.13º 0.73% 0.71% -
HSV(B) 271.13º 0.45% 0.92% -
XYZ 42.61 31.89 82.51 -
YUV 157.53 171.72 146.88 -
System Red Green Blue C M Y K H S L
Decimal 184 129 235 0.22 0.45 0 0.08 271.13 0.73 0.71
Hex B8 81 EB 16 2D 0 8 10F 49 47
Octal 270 201 353 26 55 0 10 417 111 107
Binary 10111000 10000001 11101011 10110 101101 0 1000 100001111 1001001 1000111

Color Harmonies of #B881EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B881EB

Black with #B881EB

Text Example


Text Example

White with #B881EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B881EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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