Html Css Color HEX #B397DF Biloba Flower

📋 copy color: '#B397DF'

red 179 ◦ green 151 ◦ blue 223

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

Shades of Biloba Flower #B397DF

Tints of Biloba Flower #B397DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 27.31%

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

R = 32.37%
G = 27.31%
B = 40.33%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B397DF (or 0xB397DF) is known color: Biloba Flower. HEX triplet: B3, 97 and DF. RGB value is (179,151,223). Sum of RGB (Red+Green+Blue) = 179+151+223=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 151 (59.38% from 255 or 27.31% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #B397DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397DF is #4C6820. Grayscale: #A7A7A7. Windows color (decimal): -5007393 or 14653363. OLE color: 14653363.

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

Color convert

RGB 179 151 223 -
CMYK 0.20 0.32 0 0.13
HSL 263.33º 0.53% 0.73% -
HSV(B) 263.33º 0.32% 0.87% -
XYZ 42.98 37.04 74.7 -
YUV 167.58 159.28 136.15 -
System Red Green Blue C M Y K H S L
Decimal 179 151 223 0.20 0.32 0 0.13 263.33 0.53 0.73
Hex B3 97 DF 14 20 0 D 107 35 49
Octal 263 227 337 24 40 0 15 407 65 111
Binary 10110011 10010111 11011111 10100 100000 0 1101 100000111 110101 1001001

Color Harmonies of #B397DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397DF

Black with #B397DF

Text Example


Text Example

White with #B397DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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