Html Css Color HEX #B397DC Biloba Flower

📋 copy color: '#B397DC'

red 179 ◦ green 151 ◦ blue 220

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

Shades of Biloba Flower #B397DC

Tints of Biloba Flower #B397DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40%

R = 32.55%
G = 27.45%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B397DC (or 0xB397DC) is known color: Biloba Flower. HEX triplet: B3, 97 and DC. RGB value is (179,151,220). Sum of RGB (Red+Green+Blue) = 179+151+220=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 151 (59.38% from 255 or 27.45% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 220 - color contains mainly: blue. Hex color #B397DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B397DC is #4C6823. Grayscale: #A6A6A6. Windows color (decimal): -5007396 or 14456755. OLE color: 14456755.

HSL color Cylindrical-coordinate representation of color #B397DC: hue angle of 264.35º degrees, saturation: 0.5, 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 #B397DC is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 151 220 -
CMYK 0.19 0.31 0 0.14
HSL 264.35º 0.5% 0.73% -
HSV(B) 264.35º 0.31% 0.86% -
XYZ 42.58 36.88 72.59 -
YUV 167.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 179 151 220 0.19 0.31 0 0.14 264.35 0.5 0.73
Hex B3 97 DC 13 1F 0 E 108 32 49
Octal 263 227 334 23 37 0 16 410 62 111
Binary 10110011 10010111 11011100 10011 11111 0 1110 100001000 110010 1001001

Color Harmonies of #B397DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B397DC

Black with #B397DC

Text Example


Text Example

White with #B397DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B397DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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