Html Css Color HEX #B294EE Biloba Flower

📋 copy color: '#B294EE'

red 178 ◦ green 148 ◦ blue 238

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

Shades of Biloba Flower #B294EE

Tints of Biloba Flower #B294EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.2%

R = 31.56%
G = 26.24%
B = 42.2%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B294EE (or 0xB294EE) is known color: Biloba Flower. HEX triplet: B2, 94 and EE. RGB value is (178,148,238). Sum of RGB (Red+Green+Blue) = 178+148+238=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 238 - color contains mainly: blue. Hex color #B294EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B294EE is #4D6B11. Grayscale: #A6A6A6. Windows color (decimal): -5073682 or 15635634. OLE color: 15635634.

HSL color Cylindrical-coordinate representation of color #B294EE: hue angle of 260º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B294EE is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 148 238 -
CMYK 0.25 0.38 0 0.07
HSL 260º 0.73% 0.76% -
HSV(B) 260º 0.38% 0.93% -
XYZ 44.38 36.82 85.66 -
YUV 167.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 178 148 238 0.25 0.38 0 0.07 260 0.73 0.76
Hex B2 94 EE 19 26 0 7 104 49 4C
Octal 262 224 356 31 46 0 7 404 111 114
Binary 10110010 10010100 11101110 11001 100110 0 111 100000100 1001001 1001100

Color Harmonies of #B294EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B294EE

Black with #B294EE

Text Example


Text Example

White with #B294EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B294EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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