Html Css Color HEX #B195F1 Biloba Flower

📋 copy color: '#B195F1'

red 177 ◦ green 149 ◦ blue 241

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

Shades of Biloba Flower #B195F1

Tints of Biloba Flower #B195F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.5%

R = 31.22%
G = 26.28%
B = 42.5%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B195F1 (or 0xB195F1) is known color: Biloba Flower. HEX triplet: B1, 95 and F1. RGB value is (177,149,241). Sum of RGB (Red+Green+Blue) = 177+149+241=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #B195F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195F1 is #4E6A0E. Grayscale: #A7A7A7. Windows color (decimal): -5138959 or 15832497. OLE color: 15832497.

HSL color Cylindrical-coordinate representation of color #B195F1: hue angle of 258.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B195F1 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 149 241 -
CMYK 0.27 0.38 0 0.05
HSL 258.26º 0.77% 0.76% -
HSV(B) 258.26º 0.38% 0.95% -
XYZ 44.76 37.19 88.04 -
YUV 167.86 169.28 134.52 -
System Red Green Blue C M Y K H S L
Decimal 177 149 241 0.27 0.38 0 0.05 258.26 0.77 0.76
Hex B1 95 F1 1B 26 0 5 102 4D 4C
Octal 261 225 361 33 46 0 5 402 115 114
Binary 10110001 10010101 11110001 11011 100110 0 101 100000010 1001101 1001100

Color Harmonies of #B195F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195F1

Black with #B195F1

Text Example


Text Example

White with #B195F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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