Html Css Color HEX #B195DB Biloba Flower

📋 copy color: '#B195DB'

red 177 ◦ green 149 ◦ blue 219

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

Shades of Biloba Flower #B195DB

Tints of Biloba Flower #B195DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.18%

R = 32.48%
G = 27.34%
B = 40.18%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B195DB (or 0xB195DB) is known color: Biloba Flower. HEX triplet: B1, 95 and DB. RGB value is (177,149,219). Sum of RGB (Red+Green+Blue) = 177+149+219=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #B195DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195DB is #4E6A24. Grayscale: #A5A5A5. Windows color (decimal): -5138981 or 14390705. OLE color: 14390705.

HSL color Cylindrical-coordinate representation of color #B195DB: hue angle of 264º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B195DB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 149 219 -
CMYK 0.19 0.32 0 0.14
HSL 264º 0.49% 0.72% -
HSV(B) 264º 0.32% 0.86% -
XYZ 41.67 35.96 71.76 -
YUV 165.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 177 149 219 0.19 0.32 0 0.14 264 0.49 0.72
Hex B1 95 DB 13 20 0 E 108 31 48
Octal 261 225 333 23 40 0 16 410 61 110
Binary 10110001 10010101 11011011 10011 100000 0 1110 100001000 110001 1001000

Color Harmonies of #B195DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195DB

Black with #B195DB

Text Example


Text Example

White with #B195DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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