Html Css Color HEX #B294DD Biloba Flower

📋 copy color: '#B294DD'

red 178 ◦ green 148 ◦ blue 221

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

Shades of Biloba Flower #B294DD

Tints of Biloba Flower #B294DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 32.54%
G = 27.06%
B = 40.4%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B294DD (or 0xB294DD) is known color: Biloba Flower. HEX triplet: B2, 94 and DD. RGB value is (178,148,221). Sum of RGB (Red+Green+Blue) = 178+148+221=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 148 (58.20% from 255 or 27.06% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #B294DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294DD is #4D6B22. Grayscale: #A5A5A5. Windows color (decimal): -5073699 or 14521522. OLE color: 14521522.

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

Color convert

RGB 178 148 221 -
CMYK 0.19 0.33 0 0.13
HSL 264.66º 0.52% 0.72% -
HSV(B) 264.66º 0.33% 0.87% -
XYZ 42 35.87 73.12 -
YUV 165.29 159.44 137.06 -
System Red Green Blue C M Y K H S L
Decimal 178 148 221 0.19 0.33 0 0.13 264.66 0.52 0.72
Hex B2 94 DD 13 21 0 D 109 34 48
Octal 262 224 335 23 41 0 15 411 64 110
Binary 10110010 10010100 11011101 10011 100001 0 1101 100001001 110100 1001000

Color Harmonies of #B294DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B294DD

Black with #B294DD

Text Example


Text Example

White with #B294DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B294DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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