Html Css Color HEX #B396EC Biloba Flower

📋 copy color: '#B396EC'

red 179 ◦ green 150 ◦ blue 236

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

Shades of Biloba Flower #B396EC

Tints of Biloba Flower #B396EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.77%

R = 31.68%
G = 26.55%
B = 41.77%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B396EC (or 0xB396EC) is known color: Biloba Flower. HEX triplet: B3, 96 and EC. RGB value is (179,150,236). Sum of RGB (Red+Green+Blue) = 179+150+236=565 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.68% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #B396EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B396EC is #4C6913. Grayscale: #A8A8A8. Windows color (decimal): -5007636 or 15505075. OLE color: 15505075.

HSL color Cylindrical-coordinate representation of color #B396EC: hue angle of 260.23º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B396EC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 150 236 -
CMYK 0.24 0.36 0 0.07
HSL 260.23º 0.69% 0.76% -
HSV(B) 260.23º 0.36% 0.93% -
XYZ 44.64 37.45 84.23 -
YUV 168.48 166.11 135.51 -
System Red Green Blue C M Y K H S L
Decimal 179 150 236 0.24 0.36 0 0.07 260.23 0.69 0.76
Hex B3 96 EC 18 24 0 7 104 45 4C
Octal 263 226 354 30 44 0 7 404 105 114
Binary 10110011 10010110 11101100 11000 100100 0 111 100000100 1000101 1001100

Color Harmonies of #B396EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396EC

Black with #B396EC

Text Example


Text Example

White with #B396EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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