Html Css Color HEX #B294F2 Biloba Flower

📋 copy color: '#B294F2'

red 178 ◦ green 148 ◦ blue 242

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

Shades of Biloba Flower #B294F2

Tints of Biloba Flower #B294F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.61%

R = 31.34%
G = 26.06%
B = 42.61%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B294F2 (or 0xB294F2) is known color: Biloba Flower. HEX triplet: B2, 94 and F2. RGB value is (178,148,242). Sum of RGB (Red+Green+Blue) = 178+148+242=568 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.34% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #B294F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B294F2 is #4D6B0D. Grayscale: #A7A7A7. Windows color (decimal): -5073678 or 15897778. OLE color: 15897778.

HSL color Cylindrical-coordinate representation of color #B294F2: hue angle of 259.15º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B294F2 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 148 242 -
CMYK 0.26 0.39 0 0.05
HSL 259.15º 0.78% 0.76% -
HSV(B) 259.15º 0.39% 0.95% -
XYZ 44.98 37.06 88.79 -
YUV 167.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 178 148 242 0.26 0.39 0 0.05 259.15 0.78 0.76
Hex B2 94 F2 1A 27 0 5 103 4E 4C
Octal 262 224 362 32 47 0 5 403 116 114
Binary 10110010 10010100 11110010 11010 100111 0 101 100000011 1001110 1001100

Color Harmonies of #B294F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B294F2

Black with #B294F2

Text Example


Text Example

White with #B294F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B294F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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