Html Css Color HEX #B094DF Biloba Flower

📋 copy color: '#B094DF'

red 176 ◦ green 148 ◦ blue 223

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

Shades of Biloba Flower #B094DF

Tints of Biloba Flower #B094DF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.06%

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

R = 32.18%
G = 27.06%
B = 40.77%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B094DF (or 0xB094DF) is known color: Biloba Flower. HEX triplet: B0, 94 and DF. RGB value is (176,148,223). Sum of RGB (Red+Green+Blue) = 176+148+223=547 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.18% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #B094DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B094DF is #4F6B20. Grayscale: #A4A4A4. Windows color (decimal): -5204769 or 14652592. OLE color: 14652592.

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

Color convert

RGB 176 148 223 -
CMYK 0.21 0.34 0 0.13
HSL 262.4º 0.54% 0.73% -
HSV(B) 262.4º 0.34% 0.87% -
XYZ 41.81 35.74 74.51 -
YUV 164.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 176 148 223 0.21 0.34 0 0.13 262.4 0.54 0.73
Hex B0 94 DF 15 22 0 D 106 36 49
Octal 260 224 337 25 42 0 15 406 66 111
Binary 10110000 10010100 11011111 10101 100010 0 1101 100000110 110110 1001001

Color Harmonies of #B094DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B094DF

Black with #B094DF

Text Example


Text Example

White with #B094DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B094DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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