Html Css Color HEX #B195FF Biloba Flower

📋 copy color: '#B195FF'

red 177 ◦ green 149 ◦ blue 255

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

Shades of Biloba Flower #B195FF

Tints of Biloba Flower #B195FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.89%

R = 30.46%
G = 25.65%
B = 43.89%

CMYK

 C value IS 0.31

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B195FF (or 0xB195FF) is known color: Biloba Flower. HEX triplet: B1, 95 and FF. RGB value is (177,149,255). Sum of RGB (Red+Green+Blue) = 177+149+255=581 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.46% from 581); Green value is 149 (58.59% from 255 or 25.65% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #B195FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195FF is #4E6A00. Grayscale: #A9A9A9. Windows color (decimal): -5138945 or 16750001. OLE color: 16750001.

HSL color Cylindrical-coordinate representation of color #B195FF: hue angle of 255.85º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B195FF is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 149 255 -
CMYK 0.31 0.42 0 0
HSL 255.85º 1% 0.79% -
HSV(B) 255.85º 0.42% 1% -
XYZ 46.93 38.06 99.48 -
YUV 169.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 177 149 255 0.31 0.42 0 0 255.85 1 0.79
Hex B1 95 FF 1F 2A 0 0 100 64 4F
Octal 261 225 377 37 52 0 0 400 144 117
Binary 10110001 10010101 11111111 11111 101010 0 0 100000000 1100100 1001111

Color Harmonies of #B195FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195FF

Black with #B195FF

Text Example


Text Example

White with #B195FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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