Html Css Color HEX #B396D7 Biloba Flower

📋 copy color: '#B396D7'

red 179 ◦ green 150 ◦ blue 215

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

Shades of Biloba Flower #B396D7

Tints of Biloba Flower #B396D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 39.52%

R = 32.9%
G = 27.57%
B = 39.52%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B396D7 (or 0xB396D7) is known color: Biloba Flower. HEX triplet: B3, 96 and D7. RGB value is (179,150,215). Sum of RGB (Red+Green+Blue) = 179+150+215=544 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.90% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 215 (84.38% from 255 or 39.52% from 544); Max value from RGB is 215 - color contains mainly: blue. Hex color #B396D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396D7 is #4C6928. Grayscale: #A5A5A5. Windows color (decimal): -5007657 or 14128819. OLE color: 14128819.

HSL color Cylindrical-coordinate representation of color #B396D7: hue angle of 266.77º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B396D7 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 179 150 215 -
CMYK 0.17 0.30 0 0.16
HSL 266.77º 0.45% 0.72% -
HSV(B) 266.77º 0.3% 0.84% -
XYZ 41.76 36.3 69.1 -
YUV 166.08 155.61 137.21 -
System Red Green Blue C M Y K H S L
Decimal 179 150 215 0.17 0.30 0 0.16 266.77 0.45 0.72
Hex B3 96 D7 11 1E 0 10 10B 2D 48
Octal 263 226 327 21 36 0 20 413 55 110
Binary 10110011 10010110 11010111 10001 11110 0 10000 100001011 101101 1001000

Color Harmonies of #B396D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396D7

Black with #B396D7

Text Example


Text Example

White with #B396D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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