Html Css Color HEX #B396CA Biloba Flower

📋 copy color: '#B396CA'

red 179 ◦ green 150 ◦ blue 202

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

Shades of Biloba Flower #B396CA

Tints of Biloba Flower #B396CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 33.71%
G = 28.25%
B = 38.04%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B396CA (or 0xB396CA) is known color: Biloba Flower. HEX triplet: B3, 96 and CA. RGB value is (179,150,202). Sum of RGB (Red+Green+Blue) = 179+150+202=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 150 (58.98% from 255 or 28.25% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 202 - color contains mainly: blue. Hex color #B396CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B396CA is #4C6935. Grayscale: #A4A4A4. Windows color (decimal): -5007670 or 13276851. OLE color: 13276851.

HSL color Cylindrical-coordinate representation of color #B396CA: hue angle of 273.46º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B396CA is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 179 150 202 -
CMYK 0.11 0.26 0 0.21
HSL 273.46º 0.33% 0.69% -
HSV(B) 273.46º 0.26% 0.79% -
XYZ 40.16 35.66 60.64 -
YUV 164.6 149.11 138.27 -
System Red Green Blue C M Y K H S L
Decimal 179 150 202 0.11 0.26 0 0.21 273.46 0.33 0.69
Hex B3 96 CA B 1A 0 15 111 21 45
Octal 263 226 312 13 32 0 25 421 41 105
Binary 10110011 10010110 11001010 1011 11010 0 10101 100010001 100001 1000101

Color Harmonies of #B396CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B396CA

Black with #B396CA

Text Example


Text Example

White with #B396CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B396CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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