Html Css Color HEX #B294EF Biloba Flower

📋 copy color: '#B294EF'

red 178 ◦ green 148 ◦ blue 239

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

Shades of Biloba Flower #B294EF

Tints of Biloba Flower #B294EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.3%

R = 31.5%
G = 26.19%
B = 42.3%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B294EF (or 0xB294EF) is known color: Biloba Flower. HEX triplet: B2, 94 and EF. RGB value is (178,148,239). Sum of RGB (Red+Green+Blue) = 178+148+239=565 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.50% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 239 (93.75% from 255 or 42.30% from 565); Max value from RGB is 239 - color contains mainly: blue. Hex color #B294EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B294EF is #4D6B10. Grayscale: #A7A7A7. Windows color (decimal): -5073681 or 15701170. OLE color: 15701170.

HSL color Cylindrical-coordinate representation of color #B294EF: hue angle of 259.78º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B294EF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 178 148 239 -
CMYK 0.26 0.38 0 0.06
HSL 259.78º 0.74% 0.76% -
HSV(B) 259.78º 0.38% 0.94% -
XYZ 44.53 36.88 86.43 -
YUV 167.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 178 148 239 0.26 0.38 0 0.06 259.78 0.74 0.76
Hex B2 94 EF 1A 26 0 6 104 4A 4C
Octal 262 224 357 32 46 0 6 404 112 114
Binary 10110010 10010100 11101111 11010 100110 0 110 100000100 1001010 1001100

Color Harmonies of #B294EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B294EF

Black with #B294EF

Text Example


Text Example

White with #B294EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B294EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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