Html Css Color HEX #B294DB Biloba Flower

📋 copy color: '#B294DB'

red 178 ◦ green 148 ◦ blue 219

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

Shades of Biloba Flower #B294DB

Tints of Biloba Flower #B294DB

RGB

 RED value IS 178 (69.92% from 255) = 32.66%

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

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

R = 32.66%
G = 27.16%
B = 40.18%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B294DB (or 0xB294DB) is known color: Biloba Flower. HEX triplet: B2, 94 and DB. RGB value is (178,148,219). Sum of RGB (Red+Green+Blue) = 178+148+219=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 148 (58.20% from 255 or 27.16% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #B294DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294DB is #4D6B24. Grayscale: #A4A4A4. Windows color (decimal): -5073701 or 14390450. OLE color: 14390450.

HSL color Cylindrical-coordinate representation of color #B294DB: hue angle of 265.35º 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 #B294DB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 148 219 -
CMYK 0.19 0.32 0 0.14
HSL 265.35º 0.5% 0.72% -
HSV(B) 265.35º 0.32% 0.86% -
XYZ 41.74 35.76 71.72 -
YUV 165.06 158.44 137.23 -
System Red Green Blue C M Y K H S L
Decimal 178 148 219 0.19 0.32 0 0.14 265.35 0.5 0.72
Hex B2 94 DB 13 20 0 E 109 32 48
Octal 262 224 333 23 40 0 16 411 62 110
Binary 10110010 10010100 11011011 10011 100000 0 1110 100001001 110010 1001000

Color Harmonies of #B294DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B294DB

Black with #B294DB

Text Example


Text Example

White with #B294DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B294DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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