Html Css Color HEX #B396DB Biloba Flower

📋 copy color: '#B396DB'

red 179 ◦ green 150 ◦ blue 219

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

Shades of Biloba Flower #B396DB

Tints of Biloba Flower #B396DB

RGB

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

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

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

R = 32.66%
G = 27.37%
B = 39.96%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B396DB (or 0xB396DB) is known color: Biloba Flower. HEX triplet: B3, 96 and DB. RGB value is (179,150,219). Sum of RGB (Red+Green+Blue) = 179+150+219=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 150 (58.98% from 255 or 27.37% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #B396DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396DB is #4C6924. Grayscale: #A6A6A6. Windows color (decimal): -5007653 or 14390963. OLE color: 14390963.

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

Color convert

RGB 179 150 219 -
CMYK 0.18 0.32 0 0.14
HSL 265.22º 0.49% 0.72% -
HSV(B) 265.22º 0.32% 0.86% -
XYZ 42.28 36.51 71.84 -
YUV 166.54 157.61 136.89 -
System Red Green Blue C M Y K H S L
Decimal 179 150 219 0.18 0.32 0 0.14 265.22 0.49 0.72
Hex B3 96 DB 12 20 0 E 109 31 48
Octal 263 226 333 22 40 0 16 411 61 110
Binary 10110011 10010110 11011011 10010 100000 0 1110 100001001 110001 1001000

Color Harmonies of #B396DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396DB

Black with #B396DB

Text Example


Text Example

White with #B396DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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