Html Css Color HEX #B197EA Biloba Flower

📋 copy color: '#B197EA'

red 177 ◦ green 151 ◦ blue 234

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

Shades of Biloba Flower #B197EA

Tints of Biloba Flower #B197EA

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.87%

 BLUE value IS 234 (91.8% from 255) = 41.64%

R = 31.49%
G = 26.87%
B = 41.64%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B197EA (or 0xB197EA) is known color: Biloba Flower. HEX triplet: B1, 97 and EA. RGB value is (177,151,234). Sum of RGB (Red+Green+Blue) = 177+151+234=562 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.49% from 562); Green value is 151 (59.38% from 255 or 26.87% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #B197EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B197EA is #4E6815. Grayscale: #A7A7A7. Windows color (decimal): -5138454 or 15374257. OLE color: 15374257.

HSL color Cylindrical-coordinate representation of color #B197EA: hue angle of 258.8º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B197EA is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 177 151 234 -
CMYK 0.24 0.35 0 0.08
HSL 258.8º 0.66% 0.75% -
HSV(B) 258.8º 0.35% 0.92% -
XYZ 44.05 37.42 82.74 -
YUV 168.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 177 151 234 0.24 0.35 0 0.08 258.8 0.66 0.75
Hex B1 97 EA 18 23 0 8 103 42 4B
Octal 261 227 352 30 43 0 10 403 102 113
Binary 10110001 10010111 11101010 11000 100011 0 1000 100000011 1000010 1001011

Color Harmonies of #B197EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B197EA

Black with #B197EA

Text Example


Text Example

White with #B197EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B197EA; }

 p { color: rgb(177,151,234); }

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

background-color css

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

 a { background-color: rgb(177,151,234); }

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

border-color css

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

 span { border-color: rgb(177,151,234); }

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