Html Css Color HEX #B294E0 Biloba Flower

📋 copy color: '#B294E0'

red 178 ◦ green 148 ◦ blue 224

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

Shades of Biloba Flower #B294E0

Tints of Biloba Flower #B294E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 32.36%
G = 26.91%
B = 40.73%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B294E0 (or 0xB294E0) is known color: Biloba Flower. HEX triplet: B2, 94 and E0. RGB value is (178,148,224). Sum of RGB (Red+Green+Blue) = 178+148+224=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 224 - color contains mainly: blue. Hex color #B294E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B294E0 is #4D6B1F. Grayscale: #A5A5A5. Windows color (decimal): -5073696 or 14718130. OLE color: 14718130.

HSL color Cylindrical-coordinate representation of color #B294E0: hue angle of 263.68º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B294E0 is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 148 224 -
CMYK 0.21 0.34 0 0.12
HSL 263.68º 0.55% 0.73% -
HSV(B) 263.68º 0.34% 0.88% -
XYZ 42.4 36.03 75.24 -
YUV 165.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 178 148 224 0.21 0.34 0 0.12 263.68 0.55 0.73
Hex B2 94 E0 15 22 0 C 108 37 49
Octal 262 224 340 25 42 0 14 410 67 111
Binary 10110010 10010100 11100000 10101 100010 0 1100 100001000 110111 1001001

Color Harmonies of #B294E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B294E0

Black with #B294E0

Text Example


Text Example

White with #B294E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B294E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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