Html Css Color HEX #B396DF Biloba Flower

📋 copy color: '#B396DF'

red 179 ◦ green 150 ◦ blue 223

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

Shades of Biloba Flower #B396DF

Tints of Biloba Flower #B396DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 27.17%

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

R = 32.43%
G = 27.17%
B = 40.4%

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

#B396DF (or 0xB396DF) is known color: Biloba Flower. HEX triplet: B3, 96 and DF. RGB value is (179,150,223). Sum of RGB (Red+Green+Blue) = 179+150+223=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #B396DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396DF is #4C6920. Grayscale: #A6A6A6. Windows color (decimal): -5007649 or 14653107. OLE color: 14653107.

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

Color convert

RGB 179 150 223 -
CMYK 0.20 0.33 0 0.13
HSL 263.84º 0.53% 0.73% -
HSV(B) 263.84º 0.33% 0.87% -
XYZ 42.82 36.72 74.64 -
YUV 166.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 179 150 223 0.20 0.33 0 0.13 263.84 0.53 0.73
Hex B3 96 DF 14 21 0 D 108 35 49
Octal 263 226 337 24 41 0 15 410 65 111
Binary 10110011 10010110 11011111 10100 100001 0 1101 100001000 110101 1001001

Color Harmonies of #B396DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396DF

Black with #B396DF

Text Example


Text Example

White with #B396DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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