Html Css Color HEX #B081DF Biloba Flower

📋 copy color: '#B081DF'

red 176 ◦ green 129 ◦ blue 223

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

Shades of Biloba Flower #B081DF

Tints of Biloba Flower #B081DF

RGB

 RED value IS 176 (69.14% from 255) = 33.33%

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

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

R = 33.33%
G = 24.43%
B = 42.23%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B081DF (or 0xB081DF) is known color: Biloba Flower. HEX triplet: B0, 81 and DF. RGB value is (176,129,223). Sum of RGB (Red+Green+Blue) = 176+129+223=528 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.33% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 223 (87.5% from 255 or 42.23% from 528); Max value from RGB is 223 - color contains mainly: blue. Hex color #B081DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B081DF is #4F7E20. Grayscale: #999999. Windows color (decimal): -5209633 or 14647728. OLE color: 14647728.

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

Color convert

RGB 176 129 223 -
CMYK 0.21 0.42 0 0.13
HSL 270º 0.59% 0.69% -
HSV(B) 270º 0.42% 0.87% -
XYZ 39.07 30.26 73.59 -
YUV 153.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 176 129 223 0.21 0.42 0 0.13 270 0.59 0.69
Hex B0 81 DF 15 2A 0 D 10E 3B 45
Octal 260 201 337 25 52 0 15 416 73 105
Binary 10110000 10000001 11011111 10101 101010 0 1101 100001110 111011 1000101

Color Harmonies of #B081DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B081DF

Black with #B081DF

Text Example


Text Example

White with #B081DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B081DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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