Html Css Color HEX #B198F7 Biloba Flower

📋 copy color: '#B198F7'

red 177 ◦ green 152 ◦ blue 247

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

Shades of Biloba Flower #B198F7

Tints of Biloba Flower #B198F7

RGB

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

 GREEN value IS 152 (59.77% from 255) = 26.39%

 BLUE value IS 247 (96.88% from 255) = 42.88%

R = 30.73%
G = 26.39%
B = 42.88%

CMYK

 C value IS 0.28

 M value IS 0.38

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B198F7 (or 0xB198F7) is known color: Biloba Flower. HEX triplet: B1, 98 and F7. RGB value is (177,152,247). Sum of RGB (Red+Green+Blue) = 177+152+247=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 152 (59.77% from 255 or 26.39% from 576); Blue value is 247 (96.88% from 255 or 42.88% from 576); Max value from RGB is 247 - color contains mainly: blue. Hex color #B198F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B198F7 is #4E6708. Grayscale: #A9A9A9. Windows color (decimal): -5138185 or 16226481. OLE color: 16226481.

HSL color Cylindrical-coordinate representation of color #B198F7: hue angle of 255.79º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B198F7 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 152 247 -
CMYK 0.28 0.38 0 0.03
HSL 255.79º 0.86% 0.78% -
HSV(B) 255.79º 0.38% 0.97% -
XYZ 46.15 38.52 93 -
YUV 170.31 171.28 132.78 -
System Red Green Blue C M Y K H S L
Decimal 177 152 247 0.28 0.38 0 0.03 255.79 0.86 0.78
Hex B1 98 F7 1C 26 0 3 100 56 4E
Octal 261 230 367 34 46 0 3 400 126 116
Binary 10110001 10011000 11110111 11100 100110 0 11 100000000 1010110 1001110

Color Harmonies of #B198F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198F7

Black with #B198F7

Text Example


Text Example

White with #B198F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198F7; }

 p { color: rgb(177,152,247); }

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

background-color css

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

 a { background-color: rgb(177,152,247); }

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

border-color css

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

 span { border-color: rgb(177,152,247); }

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