Html Css Color HEX #B396CE Biloba Flower

📋 copy color: '#B396CE'

red 179 ◦ green 150 ◦ blue 206

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

Shades of Biloba Flower #B396CE

Tints of Biloba Flower #B396CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.5%

R = 33.46%
G = 28.04%
B = 38.5%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B396CE (or 0xB396CE) is known color: Biloba Flower. HEX triplet: B3, 96 and CE. RGB value is (179,150,206). Sum of RGB (Red+Green+Blue) = 179+150+206=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 206 (80.86% from 255 or 38.50% from 535); Max value from RGB is 206 - color contains mainly: blue. Hex color #B396CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396CE is #4C6931. Grayscale: #A4A4A4. Windows color (decimal): -5007666 or 13538995. OLE color: 13538995.

HSL color Cylindrical-coordinate representation of color #B396CE: hue angle of 271.07º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B396CE is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 150 206 -
CMYK 0.13 0.27 0 0.19
HSL 271.07º 0.36% 0.7% -
HSV(B) 271.07º 0.27% 0.81% -
XYZ 40.64 35.85 63.17 -
YUV 165.06 151.11 137.95 -
System Red Green Blue C M Y K H S L
Decimal 179 150 206 0.13 0.27 0 0.19 271.07 0.36 0.7
Hex B3 96 CE D 1B 0 13 10F 24 46
Octal 263 226 316 15 33 0 23 417 44 106
Binary 10110011 10010110 11001110 1101 11011 0 10011 100001111 100100 1000110

Color Harmonies of #B396CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396CE

Black with #B396CE

Text Example


Text Example

White with #B396CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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