Html Css Color HEX #B396DE Biloba Flower

📋 copy color: '#B396DE'

red 179 ◦ green 150 ◦ blue 222

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

Shades of Biloba Flower #B396DE

Tints of Biloba Flower #B396DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.29%

R = 32.49%
G = 27.22%
B = 40.29%

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

#B396DE (or 0xB396DE) is known color: Biloba Flower. HEX triplet: B3, 96 and DE. RGB value is (179,150,222). Sum of RGB (Red+Green+Blue) = 179+150+222=551 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.49% from 551); Green value is 150 (58.98% from 255 or 27.22% from 551); Blue value is 222 (87.11% from 255 or 40.29% from 551); Max value from RGB is 222 - color contains mainly: blue. Hex color #B396DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396DE is #4C6921. Grayscale: #A6A6A6. Windows color (decimal): -5007650 or 14587571. OLE color: 14587571.

HSL color Cylindrical-coordinate representation of color #B396DE: hue angle of 264.17º degrees, saturation: 0.52, 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 #B396DE is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 150 222 -
CMYK 0.19 0.32 0 0.13
HSL 264.17º 0.52% 0.73% -
HSV(B) 264.17º 0.32% 0.87% -
XYZ 42.68 36.67 73.94 -
YUV 166.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 179 150 222 0.19 0.32 0 0.13 264.17 0.52 0.73
Hex B3 96 DE 13 20 0 D 108 34 49
Octal 263 226 336 23 40 0 15 410 64 111
Binary 10110011 10010110 11011110 10011 100000 0 1101 100001000 110100 1001001

Color Harmonies of #B396DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396DE

Black with #B396DE

Text Example


Text Example

White with #B396DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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