Html Css Color HEX #B395DF Biloba Flower

📋 copy color: '#B395DF'

red 179 ◦ green 149 ◦ blue 223

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

Shades of Biloba Flower #B395DF

Tints of Biloba Flower #B395DF

RGB

 RED value IS 179 (70.31% from 255) = 32.49%

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

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

R = 32.49%
G = 27.04%
B = 40.47%

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

#B395DF (or 0xB395DF) is known color: Biloba Flower. HEX triplet: B3, 95 and DF. RGB value is (179,149,223). Sum of RGB (Red+Green+Blue) = 179+149+223=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 149 (58.59% from 255 or 27.04% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #B395DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395DF is #4C6A20. Grayscale: #A6A6A6. Windows color (decimal): -5007905 or 14652851. OLE color: 14652851.

HSL color Cylindrical-coordinate representation of color #B395DF: hue angle of 264.32º 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 #B395DF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 149 223 -
CMYK 0.20 0.33 0 0.13
HSL 264.32º 0.54% 0.73% -
HSV(B) 264.32º 0.33% 0.87% -
XYZ 42.66 36.41 74.59 -
YUV 166.41 159.94 136.98 -
System Red Green Blue C M Y K H S L
Decimal 179 149 223 0.20 0.33 0 0.13 264.32 0.54 0.73
Hex B3 95 DF 14 21 0 D 108 36 49
Octal 263 225 337 24 41 0 15 410 66 111
Binary 10110011 10010101 11011111 10100 100001 0 1101 100001000 110110 1001001

Color Harmonies of #B395DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B395DF

Black with #B395DF

Text Example


Text Example

White with #B395DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B395DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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