Html Css Color HEX #B396DD Biloba Flower

📋 copy color: '#B396DD'

red 179 ◦ green 150 ◦ blue 221

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

Shades of Biloba Flower #B396DD

Tints of Biloba Flower #B396DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.18%

R = 32.55%
G = 27.27%
B = 40.18%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B396DD (or 0xB396DD) is known color: Biloba Flower. HEX triplet: B3, 96 and DD. RGB value is (179,150,221). Sum of RGB (Red+Green+Blue) = 179+150+221=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 221 - color contains mainly: blue. Hex color #B396DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396DD is #4C6922. Grayscale: #A6A6A6. Windows color (decimal): -5007651 or 14522035. OLE color: 14522035.

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

Color convert

RGB 179 150 221 -
CMYK 0.19 0.32 0 0.13
HSL 264.51º 0.51% 0.73% -
HSV(B) 264.51º 0.32% 0.87% -
XYZ 42.55 36.62 73.23 -
YUV 166.77 158.61 136.73 -
System Red Green Blue C M Y K H S L
Decimal 179 150 221 0.19 0.32 0 0.13 264.51 0.51 0.73
Hex B3 96 DD 13 20 0 D 109 33 49
Octal 263 226 335 23 40 0 15 411 63 111
Binary 10110011 10010110 11011101 10011 100000 0 1101 100001001 110011 1001001

Color Harmonies of #B396DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396DD

Black with #B396DD

Text Example


Text Example

White with #B396DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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