Html Css Color HEX #B195D8 Biloba Flower

📋 copy color: '#B195D8'

red 177 ◦ green 149 ◦ blue 216

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

Shades of Biloba Flower #B195D8

Tints of Biloba Flower #B195D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.85%

R = 32.66%
G = 27.49%
B = 39.85%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B195D8 (or 0xB195D8) is known color: Biloba Flower. HEX triplet: B1, 95 and D8. RGB value is (177,149,216). Sum of RGB (Red+Green+Blue) = 177+149+216=542 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.66% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 216 (84.77% from 255 or 39.85% from 542); Max value from RGB is 216 - color contains mainly: blue. Hex color #B195D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B195D8 is #4E6A27. Grayscale: #A4A4A4. Windows color (decimal): -5138984 or 14194097. OLE color: 14194097.

HSL color Cylindrical-coordinate representation of color #B195D8: hue angle of 265.07º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B195D8 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 149 216 -
CMYK 0.18 0.31 0 0.15
HSL 265.07º 0.46% 0.72% -
HSV(B) 265.07º 0.31% 0.85% -
XYZ 41.27 35.8 69.7 -
YUV 165.01 156.78 136.55 -
System Red Green Blue C M Y K H S L
Decimal 177 149 216 0.18 0.31 0 0.15 265.07 0.46 0.72
Hex B1 95 D8 12 1F 0 F 109 2E 48
Octal 261 225 330 22 37 0 17 411 56 110
Binary 10110001 10010101 11011000 10010 11111 0 1111 100001001 101110 1001000

Color Harmonies of #B195D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B195D8

Black with #B195D8

Text Example


Text Example

White with #B195D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B195D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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