Html Css Color HEX #B091DF Biloba Flower

📋 copy color: '#B091DF'

red 176 ◦ green 145 ◦ blue 223

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

Shades of Biloba Flower #B091DF

Tints of Biloba Flower #B091DF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 26.65%

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

R = 32.35%
G = 26.65%
B = 40.99%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B091DF (or 0xB091DF) is known color: Biloba Flower. HEX triplet: B0, 91 and DF. RGB value is (176,145,223). Sum of RGB (Red+Green+Blue) = 176+145+223=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 145 (57.03% from 255 or 26.65% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #B091DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B091DF is #4F6E20. Grayscale: #A2A2A2. Windows color (decimal): -5205537 or 14651824. OLE color: 14651824.

HSL color Cylindrical-coordinate representation of color #B091DF: hue angle of 263.85º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B091DF is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 145 223 -
CMYK 0.21 0.35 0 0.13
HSL 263.85º 0.55% 0.72% -
HSV(B) 263.85º 0.35% 0.87% -
XYZ 41.35 34.81 74.35 -
YUV 163.16 161.77 137.16 -
System Red Green Blue C M Y K H S L
Decimal 176 145 223 0.21 0.35 0 0.13 263.85 0.55 0.72
Hex B0 91 DF 15 23 0 D 108 37 48
Octal 260 221 337 25 43 0 15 410 67 110
Binary 10110000 10010001 11011111 10101 100011 0 1101 100001000 110111 1001000

Color Harmonies of #B091DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B091DF

Black with #B091DF

Text Example


Text Example

White with #B091DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B091DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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