Html Css Color HEX #B981DD Biloba Flower

📋 copy color: '#B981DD'

red 185 ◦ green 129 ◦ blue 221

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

Shades of Biloba Flower #B981DD

Tints of Biloba Flower #B981DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 34.58%
G = 24.11%
B = 41.31%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B981DD (or 0xB981DD) is known color: Biloba Flower. HEX triplet: B9, 81 and DD. RGB value is (185,129,221). Sum of RGB (Red+Green+Blue) = 185+129+221=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #B981DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981DD is #467E22. Grayscale: #9B9B9B. Windows color (decimal): -4619811 or 14516665. OLE color: 14516665.

HSL color Cylindrical-coordinate representation of color #B981DD: hue angle of 276.52º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B981DD is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 129 221 -
CMYK 0.16 0.42 0 0.13
HSL 276.52º 0.58% 0.69% -
HSV(B) 276.52º 0.42% 0.87% -
XYZ 40.91 31.24 72.28 -
YUV 156.23 164.55 148.52 -
System Red Green Blue C M Y K H S L
Decimal 185 129 221 0.16 0.42 0 0.13 276.52 0.58 0.69
Hex B9 81 DD 10 2A 0 D 115 3A 45
Octal 271 201 335 20 52 0 15 425 72 105
Binary 10111001 10000001 11011101 10000 101010 0 1101 100010101 111010 1000101

Color Harmonies of #B981DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B981DD

Black with #B981DD

Text Example


Text Example

White with #B981DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B981DD; }

 p { color: rgb(185,129,221); }

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

background-color css

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

 a { background-color: rgb(185,129,221); }

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

border-color css

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

 span { border-color: rgb(185,129,221); }

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