Html Css Color HEX #B198DF Biloba Flower

📋 copy color: '#B198DF'

red 177 ◦ green 152 ◦ blue 223

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

Shades of Biloba Flower #B198DF

Tints of Biloba Flower #B198DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.4%

R = 32.07%
G = 27.54%
B = 40.4%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B198DF (or 0xB198DF) is known color: Biloba Flower. HEX triplet: B1, 98 and DF. RGB value is (177,152,223). Sum of RGB (Red+Green+Blue) = 177+152+223=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 152 (59.77% from 255 or 27.54% from 552); Blue value is 223 (87.5% from 255 or 40.40% from 552); Max value from RGB is 223 - color contains mainly: blue. Hex color #B198DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198DF is #4E6720. Grayscale: #A7A7A7. Windows color (decimal): -5138209 or 14653617. OLE color: 14653617.

HSL color Cylindrical-coordinate representation of color #B198DF: hue angle of 261.13º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B198DF is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 152 223 -
CMYK 0.21 0.32 0 0.13
HSL 261.13º 0.53% 0.74% -
HSV(B) 261.13º 0.32% 0.87% -
XYZ 42.68 37.13 74.73 -
YUV 167.57 159.28 134.73 -
System Red Green Blue C M Y K H S L
Decimal 177 152 223 0.21 0.32 0 0.13 261.13 0.53 0.74
Hex B1 98 DF 15 20 0 D 105 35 4A
Octal 261 230 337 25 40 0 15 405 65 112
Binary 10110001 10011000 11011111 10101 100000 0 1101 100000101 110101 1001010

Color Harmonies of #B198DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198DF

Black with #B198DF

Text Example


Text Example

White with #B198DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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