Html Css Color HEX #B294DA Biloba Flower

📋 copy color: '#B294DA'

red 178 ◦ green 148 ◦ blue 218

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

Shades of Biloba Flower #B294DA

Tints of Biloba Flower #B294DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 32.72%
G = 27.21%
B = 40.07%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B294DA (or 0xB294DA) is known color: Biloba Flower. HEX triplet: B2, 94 and DA. RGB value is (178,148,218). Sum of RGB (Red+Green+Blue) = 178+148+218=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 148 (58.20% from 255 or 27.21% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #B294DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294DA is #4D6B25. Grayscale: #A4A4A4. Windows color (decimal): -5073702 or 14324914. OLE color: 14324914.

HSL color Cylindrical-coordinate representation of color #B294DA: hue angle of 265.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B294DA is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 148 218 -
CMYK 0.18 0.32 0 0.15
HSL 265.71º 0.49% 0.72% -
HSV(B) 265.71º 0.32% 0.85% -
XYZ 41.6 35.71 71.03 -
YUV 164.95 157.94 137.31 -
System Red Green Blue C M Y K H S L
Decimal 178 148 218 0.18 0.32 0 0.15 265.71 0.49 0.72
Hex B2 94 DA 12 20 0 F 10A 31 48
Octal 262 224 332 22 40 0 17 412 61 110
Binary 10110010 10010100 11011010 10010 100000 0 1111 100001010 110001 1001000

Color Harmonies of #B294DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B294DA

Black with #B294DA

Text Example


Text Example

White with #B294DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B294DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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