Html Css Color HEX #B397DB Biloba Flower

📋 copy color: '#B397DB'

red 179 ◦ green 151 ◦ blue 219

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

Shades of Biloba Flower #B397DB

Tints of Biloba Flower #B397DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.89%

R = 32.6%
G = 27.5%
B = 39.89%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B397DB (or 0xB397DB) is known color: Biloba Flower. HEX triplet: B3, 97 and DB. RGB value is (179,151,219). Sum of RGB (Red+Green+Blue) = 179+151+219=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 151 (59.38% from 255 or 27.50% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #B397DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397DB is #4C6824. Grayscale: #A6A6A6. Windows color (decimal): -5007397 or 14391219. OLE color: 14391219.

HSL color Cylindrical-coordinate representation of color #B397DB: hue angle of 264.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B397DB is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 151 219 -
CMYK 0.18 0.31 0 0.14
HSL 264.71º 0.49% 0.73% -
HSV(B) 264.71º 0.31% 0.86% -
XYZ 42.44 36.83 71.89 -
YUV 167.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 179 151 219 0.18 0.31 0 0.14 264.71 0.49 0.73
Hex B3 97 DB 12 1F 0 E 109 31 49
Octal 263 227 333 22 37 0 16 411 61 111
Binary 10110011 10010111 11011011 10010 11111 0 1110 100001001 110001 1001001

Color Harmonies of #B397DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397DB

Black with #B397DB

Text Example


Text Example

White with #B397DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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