Html Css Color HEX #B396ED Biloba Flower

📋 copy color: '#B396ED'

red 179 ◦ green 150 ◦ blue 237

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

Shades of Biloba Flower #B396ED

Tints of Biloba Flower #B396ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.87%

R = 31.63%
G = 26.5%
B = 41.87%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B396ED (or 0xB396ED) is known color: Biloba Flower. HEX triplet: B3, 96 and ED. RGB value is (179,150,237). Sum of RGB (Red+Green+Blue) = 179+150+237=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #B396ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B396ED is #4C6912. Grayscale: #A8A8A8. Windows color (decimal): -5007635 or 15570611. OLE color: 15570611.

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

Color convert

RGB 179 150 237 -
CMYK 0.24 0.37 0 0.07
HSL 260º 0.71% 0.76% -
HSV(B) 260º 0.37% 0.93% -
XYZ 44.78 37.51 85 -
YUV 168.59 166.61 135.43 -
System Red Green Blue C M Y K H S L
Decimal 179 150 237 0.24 0.37 0 0.07 260 0.71 0.76
Hex B3 96 ED 18 25 0 7 104 47 4C
Octal 263 226 355 30 45 0 7 404 107 114
Binary 10110011 10010110 11101101 11000 100101 0 111 100000100 1000111 1001100

Color Harmonies of #B396ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396ED

Black with #B396ED

Text Example


Text Example

White with #B396ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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