Html Css Color HEX #B195FE Biloba Flower

📋 copy color: '#B195FE'

red 177 ◦ green 149 ◦ blue 254

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

Shades of Biloba Flower #B195FE

Tints of Biloba Flower #B195FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.79%

R = 30.52%
G = 25.69%
B = 43.79%

CMYK

 C value IS 0.30

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B195FE (or 0xB195FE) is known color: Biloba Flower. HEX triplet: B1, 95 and FE. RGB value is (177,149,254). Sum of RGB (Red+Green+Blue) = 177+149+254=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 149 (58.59% from 255 or 25.69% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #B195FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B195FE is #4E6A01. Grayscale: #A8A8A8. Windows color (decimal): -5138946 or 16684465. OLE color: 16684465.

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

Color convert

RGB 177 149 254 -
CMYK 0.30 0.41 0 0.00
HSL 256º 0.98% 0.79% -
HSV(B) 256º 0.41% 1% -
XYZ 46.77 38 98.64 -
YUV 169.34 175.78 133.46 -
System Red Green Blue C M Y K H S L
Decimal 177 149 254 0.30 0.41 0 0.00 256 0.98 0.79
Hex B1 95 FE 1E 29 0 0 100 62 4F
Octal 261 225 376 36 51 0 0 400 142 117
Binary 10110001 10010101 11111110 11110 101001 0 0 100000000 1100010 1001111

Color Harmonies of #B195FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195FE

Black with #B195FE

Text Example


Text Example

White with #B195FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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