Html Css Color HEX #B094DB Biloba Flower

📋 copy color: '#B094DB'

red 176 ◦ green 148 ◦ blue 219

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

Shades of Biloba Flower #B094DB

Tints of Biloba Flower #B094DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.33%

R = 32.41%
G = 27.26%
B = 40.33%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B094DB (or 0xB094DB) is known color: Biloba Flower. HEX triplet: B0, 94 and DB. RGB value is (176,148,219). Sum of RGB (Red+Green+Blue) = 176+148+219=543 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.41% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #B094DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B094DB is #4F6B24. Grayscale: #A4A4A4. Windows color (decimal): -5204773 or 14390448. OLE color: 14390448.

HSL color Cylindrical-coordinate representation of color #B094DB: hue angle of 263.66º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B094DB is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 148 219 -
CMYK 0.20 0.32 0 0.14
HSL 263.66º 0.5% 0.72% -
HSV(B) 263.66º 0.32% 0.86% -
XYZ 41.28 35.52 71.7 -
YUV 164.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 176 148 219 0.20 0.32 0 0.14 263.66 0.5 0.72
Hex B0 94 DB 14 20 0 E 108 32 48
Octal 260 224 333 24 40 0 16 410 62 110
Binary 10110000 10010100 11011011 10100 100000 0 1110 100001000 110010 1001000

Color Harmonies of #B094DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B094DB

Black with #B094DB

Text Example


Text Example

White with #B094DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B094DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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