Html Css Color HEX #B198E0 Biloba Flower

📋 copy color: '#B198E0'

red 177 ◦ green 152 ◦ blue 224

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

Shades of Biloba Flower #B198E0

Tints of Biloba Flower #B198E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.51%

R = 32.01%
G = 27.49%
B = 40.51%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B198E0 (or 0xB198E0) is known color: Biloba Flower. HEX triplet: B1, 98 and E0. RGB value is (177,152,224). Sum of RGB (Red+Green+Blue) = 177+152+224=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 152 (59.77% from 255 or 27.49% from 553); Blue value is 224 (87.89% from 255 or 40.51% from 553); Max value from RGB is 224 - color contains mainly: blue. Hex color #B198E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B198E0 is #4E671F. Grayscale: #A7A7A7. Windows color (decimal): -5138208 or 14719153. OLE color: 14719153.

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

Color convert

RGB 177 152 224 -
CMYK 0.21 0.32 0 0.12
HSL 260.83º 0.54% 0.74% -
HSV(B) 260.83º 0.32% 0.88% -
XYZ 42.81 37.19 75.44 -
YUV 167.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 177 152 224 0.21 0.32 0 0.12 260.83 0.54 0.74
Hex B1 98 E0 15 20 0 C 105 36 4A
Octal 261 230 340 25 40 0 14 405 66 112
Binary 10110001 10011000 11100000 10101 100000 0 1100 100000101 110110 1001010

Color Harmonies of #B198E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B198E0

Black with #B198E0

Text Example


Text Example

White with #B198E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B198E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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