Html Css Color HEX #B395CE Biloba Flower

📋 copy color: '#B395CE'

red 179 ◦ green 149 ◦ blue 206

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

Shades of Biloba Flower #B395CE

Tints of Biloba Flower #B395CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.9%

 BLUE value IS 206 (80.86% from 255) = 38.58%

R = 33.52%
G = 27.9%
B = 38.58%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B395CE (or 0xB395CE) is known color: Biloba Flower. HEX triplet: B3, 95 and CE. RGB value is (179,149,206). Sum of RGB (Red+Green+Blue) = 179+149+206=534 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.52% from 534); Green value is 149 (58.59% from 255 or 27.90% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 206 - color contains mainly: blue. Hex color #B395CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B395CE is #4C6A31. Grayscale: #A4A4A4. Windows color (decimal): -5007922 or 13538739. OLE color: 13538739.

HSL color Cylindrical-coordinate representation of color #B395CE: hue angle of 271.58º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B395CE is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 149 206 -
CMYK 0.13 0.28 0 0.19
HSL 271.58º 0.37% 0.7% -
HSV(B) 271.58º 0.28% 0.81% -
XYZ 40.48 35.53 63.12 -
YUV 164.47 151.44 138.37 -
System Red Green Blue C M Y K H S L
Decimal 179 149 206 0.13 0.28 0 0.19 271.58 0.37 0.7
Hex B3 95 CE D 1C 0 13 110 25 46
Octal 263 225 316 15 34 0 23 420 45 106
Binary 10110011 10010101 11001110 1101 11100 0 10011 100010000 100101 1000110

Color Harmonies of #B395CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B395CE

Black with #B395CE

Text Example


Text Example

White with #B395CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B395CE; }

 p { color: rgb(179,149,206); }

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

background-color css

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

 a { background-color: rgb(179,149,206); }

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

border-color css

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

 span { border-color: rgb(179,149,206); }

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