Html Css Color HEX #B396DC Biloba Flower

📋 copy color: '#B396DC'

red 179 ◦ green 150 ◦ blue 220

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

Shades of Biloba Flower #B396DC

Tints of Biloba Flower #B396DC

RGB

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

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

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

R = 32.6%
G = 27.32%
B = 40.07%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B396DC (or 0xB396DC) is known color: Biloba Flower. HEX triplet: B3, 96 and DC. RGB value is (179,150,220). Sum of RGB (Red+Green+Blue) = 179+150+220=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 220 (86.33% from 255 or 40.07% from 549); Max value from RGB is 220 - color contains mainly: blue. Hex color #B396DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396DC is #4C6923. Grayscale: #A6A6A6. Windows color (decimal): -5007652 or 14456499. OLE color: 14456499.

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

Color convert

RGB 179 150 220 -
CMYK 0.19 0.32 0 0.14
HSL 264.86º 0.5% 0.73% -
HSV(B) 264.86º 0.32% 0.86% -
XYZ 42.42 36.56 72.53 -
YUV 166.65 158.11 136.81 -
System Red Green Blue C M Y K H S L
Decimal 179 150 220 0.19 0.32 0 0.14 264.86 0.5 0.73
Hex B3 96 DC 13 20 0 E 109 32 49
Octal 263 226 334 23 40 0 16 411 62 111
Binary 10110011 10010110 11011100 10011 100000 0 1110 100001001 110010 1001001

Color Harmonies of #B396DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396DC

Black with #B396DC

Text Example


Text Example

White with #B396DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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