Html Css Color HEX #B294DC Biloba Flower

📋 copy color: '#B294DC'

red 178 ◦ green 148 ◦ blue 220

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

Shades of Biloba Flower #B294DC

Tints of Biloba Flower #B294DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 32.6%
G = 27.11%
B = 40.29%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B294DC (or 0xB294DC) is known color: Biloba Flower. HEX triplet: B2, 94 and DC. RGB value is (178,148,220). Sum of RGB (Red+Green+Blue) = 178+148+220=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #B294DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294DC is #4D6B23. Grayscale: #A4A4A4. Windows color (decimal): -5073700 or 14455986. OLE color: 14455986.

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

Color convert

RGB 178 148 220 -
CMYK 0.19 0.33 0 0.14
HSL 265º 0.51% 0.72% -
HSV(B) 265º 0.33% 0.86% -
XYZ 41.87 35.81 72.42 -
YUV 165.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 178 148 220 0.19 0.33 0 0.14 265 0.51 0.72
Hex B2 94 DC 13 21 0 E 109 33 48
Octal 262 224 334 23 41 0 16 411 63 110
Binary 10110010 10010100 11011100 10011 100001 0 1110 100001001 110011 1001000

Color Harmonies of #B294DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B294DC

Black with #B294DC

Text Example


Text Example

White with #B294DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B294DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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