Html Css Color HEX #B294D9 Biloba Flower

📋 copy color: '#B294D9'

red 178 ◦ green 148 ◦ blue 217

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

Shades of Biloba Flower #B294D9

Tints of Biloba Flower #B294D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 39.96%

R = 32.78%
G = 27.26%
B = 39.96%

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

#B294D9 (or 0xB294D9) is known color: Biloba Flower. HEX triplet: B2, 94 and D9. RGB value is (178,148,217). Sum of RGB (Red+Green+Blue) = 178+148+217=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 148 (58.20% from 255 or 27.26% from 543); Blue value is 217 (85.16% from 255 or 39.96% from 543); Max value from RGB is 217 - color contains mainly: blue. Hex color #B294D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294D9 is #4D6B26. Grayscale: #A4A4A4. Windows color (decimal): -5073703 or 14259378. OLE color: 14259378.

HSL color Cylindrical-coordinate representation of color #B294D9: hue angle of 266.09º degrees, saturation: 0.48, 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 #B294D9 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 148 217 -
CMYK 0.18 0.32 0 0.15
HSL 266.09º 0.48% 0.72% -
HSV(B) 266.09º 0.32% 0.85% -
XYZ 41.47 35.65 70.34 -
YUV 164.84 157.44 137.39 -
System Red Green Blue C M Y K H S L
Decimal 178 148 217 0.18 0.32 0 0.15 266.09 0.48 0.72
Hex B2 94 D9 12 20 0 F 10A 30 48
Octal 262 224 331 22 40 0 17 412 60 110
Binary 10110010 10010100 11011001 10010 100000 0 1111 100001010 110000 1001000

Color Harmonies of #B294D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B294D9

Black with #B294D9

Text Example


Text Example

White with #B294D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B294D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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