Html Css Color HEX #B195CE Biloba Flower

📋 copy color: '#B195CE'

red 177 ◦ green 149 ◦ blue 206

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

Shades of Biloba Flower #B195CE

Tints of Biloba Flower #B195CE

RGB

 RED value IS 177 (69.53% from 255) = 33.27%

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

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

R = 33.27%
G = 28.01%
B = 38.72%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B195CE (or 0xB195CE) is known color: Biloba Flower. HEX triplet: B1, 95 and CE. RGB value is (177,149,206). Sum of RGB (Red+Green+Blue) = 177+149+206=532 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.27% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #B195CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195CE is #4E6A31. Grayscale: #A3A3A3. Windows color (decimal): -5138994 or 13538737. OLE color: 13538737.

HSL color Cylindrical-coordinate representation of color #B195CE: hue angle of 269.47º 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 #B195CE is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 149 206 -
CMYK 0.14 0.28 0 0.19
HSL 269.47º 0.37% 0.7% -
HSV(B) 269.47º 0.28% 0.81% -
XYZ 40.02 35.3 63.1 -
YUV 163.87 151.78 137.37 -
System Red Green Blue C M Y K H S L
Decimal 177 149 206 0.14 0.28 0 0.19 269.47 0.37 0.7
Hex B1 95 CE E 1C 0 13 10D 25 46
Octal 261 225 316 16 34 0 23 415 45 106
Binary 10110001 10010101 11001110 1110 11100 0 10011 100001101 100101 1000110

Color Harmonies of #B195CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195CE

Black with #B195CE

Text Example


Text Example

White with #B195CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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