Html Css Color HEX #B295F9 Biloba Flower

📋 copy color: '#B295F9'

red 178 ◦ green 149 ◦ blue 249

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

Shades of Biloba Flower #B295F9

Tints of Biloba Flower #B295F9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.87%

 BLUE value IS 249 (97.66% from 255) = 43.23%

R = 30.9%
G = 25.87%
B = 43.23%

CMYK

 C value IS 0.29

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B295F9 (or 0xB295F9) is known color: Biloba Flower. HEX triplet: B2, 95 and F9. RGB value is (178,149,249). Sum of RGB (Red+Green+Blue) = 178+149+249=576 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.90% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #B295F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B295F9 is #4D6A06. Grayscale: #A8A8A8. Windows color (decimal): -5073415 or 16356786. OLE color: 16356786.

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

Color convert

RGB 178 149 249 -
CMYK 0.29 0.40 0 0.02
HSL 257.4º 0.89% 0.78% -
HSV(B) 257.4º 0.4% 0.98% -
XYZ 46.21 37.8 94.48 -
YUV 169.07 173.11 134.37 -
System Red Green Blue C M Y K H S L
Decimal 178 149 249 0.29 0.40 0 0.02 257.4 0.89 0.78
Hex B2 95 F9 1D 28 0 2 101 59 4E
Octal 262 225 371 35 50 0 2 401 131 116
Binary 10110010 10010101 11111001 11101 101000 0 10 100000001 1011001 1001110

Color Harmonies of #B295F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295F9

Black with #B295F9

Text Example


Text Example

White with #B295F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295F9; }

 p { color: rgb(178,149,249); }

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

background-color css

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

 a { background-color: rgb(178,149,249); }

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

border-color css

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

 span { border-color: rgb(178,149,249); }

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