Html Css Color HEX #B295DF Biloba Flower

📋 copy color: '#B295DF'

red 178 ◦ green 149 ◦ blue 223

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

Shades of Biloba Flower #B295DF

Tints of Biloba Flower #B295DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.55%

R = 32.36%
G = 27.09%
B = 40.55%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B295DF (or 0xB295DF) is known color: Biloba Flower. HEX triplet: B2, 95 and DF. RGB value is (178,149,223). Sum of RGB (Red+Green+Blue) = 178+149+223=550 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.36% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 223 (87.5% from 255 or 40.55% from 550); Max value from RGB is 223 - color contains mainly: blue. Hex color #B295DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B295DF is #4D6A20. Grayscale: #A5A5A5. Windows color (decimal): -5073441 or 14652850. OLE color: 14652850.

HSL color Cylindrical-coordinate representation of color #B295DF: hue angle of 263.51º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B295DF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 149 223 -
CMYK 0.20 0.33 0 0.13
HSL 263.51º 0.54% 0.73% -
HSV(B) 263.51º 0.33% 0.87% -
XYZ 42.43 36.29 74.58 -
YUV 166.11 160.11 136.48 -
System Red Green Blue C M Y K H S L
Decimal 178 149 223 0.20 0.33 0 0.13 263.51 0.54 0.73
Hex B2 95 DF 14 21 0 D 108 36 49
Octal 262 225 337 24 41 0 15 410 66 111
Binary 10110010 10010101 11011111 10100 100001 0 1101 100001000 110110 1001001

Color Harmonies of #B295DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B295DF

Black with #B295DF

Text Example


Text Example

White with #B295DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B295DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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