Html Css Color HEX #B081D6 Biloba Flower

📋 copy color: '#B081D6'

red 176 ◦ green 129 ◦ blue 214

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

Shades of Biloba Flower #B081D6

Tints of Biloba Flower #B081D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 41.23%

R = 33.91%
G = 24.86%
B = 41.23%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B081D6 (or 0xB081D6) is known color: Biloba Flower. HEX triplet: B0, 81 and D6. RGB value is (176,129,214). Sum of RGB (Red+Green+Blue) = 176+129+214=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 129 (50.78% from 255 or 24.86% from 519); Blue value is 214 (83.98% from 255 or 41.23% from 519); Max value from RGB is 214 - color contains mainly: blue. Hex color #B081D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B081D6 is #4F7E29. Grayscale: #989898. Windows color (decimal): -5209642 or 14057904. OLE color: 14057904.

HSL color Cylindrical-coordinate representation of color #B081D6: hue angle of 273.18º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B081D6 is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 176 129 214 -
CMYK 0.18 0.40 0 0.16
HSL 273.18º 0.51% 0.67% -
HSV(B) 273.18º 0.4% 0.84% -
XYZ 37.89 29.79 67.37 -
YUV 152.74 162.57 144.59 -
System Red Green Blue C M Y K H S L
Decimal 176 129 214 0.18 0.40 0 0.16 273.18 0.51 0.67
Hex B0 81 D6 12 28 0 10 111 33 43
Octal 260 201 326 22 50 0 20 421 63 103
Binary 10110000 10000001 11010110 10010 101000 0 10000 100010001 110011 1000011

Color Harmonies of #B081D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B081D6

Black with #B081D6

Text Example


Text Example

White with #B081D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B081D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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