Html Css Color HEX #B294FA Biloba Flower

📋 copy color: '#B294FA'

red 178 ◦ green 148 ◦ blue 250

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

Shades of Biloba Flower #B294FA

Tints of Biloba Flower #B294FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 43.4%

R = 30.9%
G = 25.69%
B = 43.4%

CMYK

 C value IS 0.29

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B294FA (or 0xB294FA) is known color: Biloba Flower. HEX triplet: B2, 94 and FA. RGB value is (178,148,250). Sum of RGB (Red+Green+Blue) = 178+148+250=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 250 (98.05% from 255 or 43.40% from 576); Max value from RGB is 250 - color contains mainly: blue. Hex color #B294FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B294FA is #4D6B05. Grayscale: #A8A8A8. Windows color (decimal): -5073670 or 16422066. OLE color: 16422066.

HSL color Cylindrical-coordinate representation of color #B294FA: hue angle of 257.65º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B294FA is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 148 250 -
CMYK 0.29 0.41 0 0.02
HSL 257.65º 0.91% 0.78% -
HSV(B) 257.65º 0.41% 0.98% -
XYZ 46.21 37.55 95.25 -
YUV 168.6 173.94 134.71 -
System Red Green Blue C M Y K H S L
Decimal 178 148 250 0.29 0.41 0 0.02 257.65 0.91 0.78
Hex B2 94 FA 1D 29 0 2 102 5B 4E
Octal 262 224 372 35 51 0 2 402 133 116
Binary 10110010 10010100 11111010 11101 101001 0 10 100000010 1011011 1001110

Color Harmonies of #B294FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B294FA

Black with #B294FA

Text Example


Text Example

White with #B294FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B294FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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