Html Css Color HEX #B397D7 Biloba Flower

📋 copy color: '#B397D7'

red 179 ◦ green 151 ◦ blue 215

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

Shades of Biloba Flower #B397D7

Tints of Biloba Flower #B397D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.45%

R = 32.84%
G = 27.71%
B = 39.45%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B397D7 (or 0xB397D7) is known color: Biloba Flower. HEX triplet: B3, 97 and D7. RGB value is (179,151,215). Sum of RGB (Red+Green+Blue) = 179+151+215=545 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.84% from 545); Green value is 151 (59.38% from 255 or 27.71% from 545); Blue value is 215 (84.38% from 255 or 39.45% from 545); Max value from RGB is 215 - color contains mainly: blue. Hex color #B397D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397D7 is #4C6828. Grayscale: #A6A6A6. Windows color (decimal): -5007401 or 14129075. OLE color: 14129075.

HSL color Cylindrical-coordinate representation of color #B397D7: hue angle of 266.25º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B397D7 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 151 215 -
CMYK 0.17 0.30 0 0.16
HSL 266.25º 0.44% 0.72% -
HSV(B) 266.25º 0.3% 0.84% -
XYZ 41.92 36.62 69.15 -
YUV 166.67 155.28 136.8 -
System Red Green Blue C M Y K H S L
Decimal 179 151 215 0.17 0.30 0 0.16 266.25 0.44 0.72
Hex B3 97 D7 11 1E 0 10 10A 2C 48
Octal 263 227 327 21 36 0 20 412 54 110
Binary 10110011 10010111 11010111 10001 11110 0 10000 100001010 101100 1001000

Color Harmonies of #B397D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397D7

Black with #B397D7

Text Example


Text Example

White with #B397D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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