Html Css Color HEX #B295F4 Biloba Flower

📋 copy color: '#B295F4'

red 178 ◦ green 149 ◦ blue 244

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

Shades of Biloba Flower #B295F4

Tints of Biloba Flower #B295F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 42.73%

R = 31.17%
G = 26.09%
B = 42.73%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B295F4 (or 0xB295F4) is known color: Biloba Flower. HEX triplet: B2, 95 and F4. RGB value is (178,149,244). Sum of RGB (Red+Green+Blue) = 178+149+244=571 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.17% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 244 (95.70% from 255 or 42.73% from 571); Max value from RGB is 244 - color contains mainly: blue. Hex color #B295F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B295F4 is #4D6A0B. Grayscale: #A8A8A8. Windows color (decimal): -5073420 or 16029106. OLE color: 16029106.

HSL color Cylindrical-coordinate representation of color #B295F4: hue angle of 258.32º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B295F4 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 149 244 -
CMYK 0.27 0.39 0 0.04
HSL 258.32º 0.81% 0.77% -
HSV(B) 258.32º 0.39% 0.96% -
XYZ 45.44 37.49 90.43 -
YUV 168.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 178 149 244 0.27 0.39 0 0.04 258.32 0.81 0.77
Hex B2 95 F4 1B 27 0 4 102 51 4D
Octal 262 225 364 33 47 0 4 402 121 115
Binary 10110010 10010101 11110100 11011 100111 0 100 100000010 1010001 1001101

Color Harmonies of #B295F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295F4

Black with #B295F4

Text Example


Text Example

White with #B295F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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