Html Css Color HEX #B195DC Biloba Flower

📋 copy color: '#B195DC'

red 177 ◦ green 149 ◦ blue 220

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

Shades of Biloba Flower #B195DC

Tints of Biloba Flower #B195DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.29%

R = 32.42%
G = 27.29%
B = 40.29%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B195DC (or 0xB195DC) is known color: Biloba Flower. HEX triplet: B1, 95 and DC. RGB value is (177,149,220). Sum of RGB (Red+Green+Blue) = 177+149+220=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 149 (58.59% from 255 or 27.29% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 220 - color contains mainly: blue. Hex color #B195DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195DC is #4E6A23. Grayscale: #A5A5A5. Windows color (decimal): -5138980 or 14456241. OLE color: 14456241.

HSL color Cylindrical-coordinate representation of color #B195DC: hue angle of 263.66º degrees, saturation: 0.5, 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 #B195DC is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 149 220 -
CMYK 0.20 0.32 0 0.14
HSL 263.66º 0.5% 0.72% -
HSV(B) 263.66º 0.32% 0.86% -
XYZ 41.8 36.01 72.46 -
YUV 165.47 158.78 136.23 -
System Red Green Blue C M Y K H S L
Decimal 177 149 220 0.20 0.32 0 0.14 263.66 0.5 0.72
Hex B1 95 DC 14 20 0 E 108 32 48
Octal 261 225 334 24 40 0 16 410 62 110
Binary 10110001 10010101 11011100 10100 100000 0 1110 100001000 110010 1001000

Color Harmonies of #B195DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195DC

Black with #B195DC

Text Example


Text Example

White with #B195DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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