Html Css Color HEX #B981DF Biloba Flower

📋 copy color: '#B981DF'

red 185 ◦ green 129 ◦ blue 223

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

Shades of Biloba Flower #B981DF

Tints of Biloba Flower #B981DF

RGB

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

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

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

R = 34.45%
G = 24.02%
B = 41.53%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B981DF (or 0xB981DF) is known color: Biloba Flower. HEX triplet: B9, 81 and DF. RGB value is (185,129,223). Sum of RGB (Red+Green+Blue) = 185+129+223=537 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.45% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #B981DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B981DF is #467E20. Grayscale: #9C9C9C. Windows color (decimal): -4619809 or 14647737. OLE color: 14647737.

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

Color convert

RGB 185 129 223 -
CMYK 0.17 0.42 0 0.13
HSL 275.74º 0.59% 0.69% -
HSV(B) 275.74º 0.42% 0.87% -
XYZ 41.18 31.34 73.69 -
YUV 156.46 165.55 148.36 -
System Red Green Blue C M Y K H S L
Decimal 185 129 223 0.17 0.42 0 0.13 275.74 0.59 0.69
Hex B9 81 DF 11 2A 0 D 114 3B 45
Octal 271 201 337 21 52 0 15 424 73 105
Binary 10111001 10000001 11011111 10001 101010 0 1101 100010100 111011 1000101

Color Harmonies of #B981DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B981DF

Black with #B981DF

Text Example


Text Example

White with #B981DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B981DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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