Html Css Color HEX #B195F2 Biloba Flower

📋 copy color: '#B195F2'

red 177 ◦ green 149 ◦ blue 242

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

Shades of Biloba Flower #B195F2

Tints of Biloba Flower #B195F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 42.61%

R = 31.16%
G = 26.23%
B = 42.61%

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

#B195F2 (or 0xB195F2) is known color: Biloba Flower. HEX triplet: B1, 95 and F2. RGB value is (177,149,242). Sum of RGB (Red+Green+Blue) = 177+149+242=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #B195F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195F2 is #4E6A0D. Grayscale: #A7A7A7. Windows color (decimal): -5138958 or 15898033. OLE color: 15898033.

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

Color convert

RGB 177 149 242 -
CMYK 0.27 0.38 0 0.05
HSL 258.06º 0.78% 0.77% -
HSV(B) 258.06º 0.38% 0.95% -
XYZ 44.91 37.25 88.83 -
YUV 167.97 169.78 134.44 -
System Red Green Blue C M Y K H S L
Decimal 177 149 242 0.27 0.38 0 0.05 258.06 0.78 0.77
Hex B1 95 F2 1B 26 0 5 102 4E 4D
Octal 261 225 362 33 46 0 5 402 116 115
Binary 10110001 10010101 11110010 11011 100110 0 101 100000010 1001110 1001101

Color Harmonies of #B195F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195F2

Black with #B195F2

Text Example


Text Example

White with #B195F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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