Html Css Color HEX #B190F9 Biloba Flower

📋 copy color: '#B190F9'

red 177 ◦ green 144 ◦ blue 249

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

Shades of Biloba Flower #B190F9

Tints of Biloba Flower #B190F9

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.26%

 BLUE value IS 249 (97.66% from 255) = 43.68%

R = 31.05%
G = 25.26%
B = 43.68%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B190F9 (or 0xB190F9) is known color: Biloba Flower. HEX triplet: B1, 90 and F9. RGB value is (177,144,249). Sum of RGB (Red+Green+Blue) = 177+144+249=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 144 (56.64% from 255 or 25.26% from 570); Blue value is 249 (97.66% from 255 or 43.68% from 570); Max value from RGB is 249 - color contains mainly: blue. Hex color #B190F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B190F9 is #4E6F06. Grayscale: #A5A5A5. Windows color (decimal): -5140231 or 16355505. OLE color: 16355505.

HSL color Cylindrical-coordinate representation of color #B190F9: hue angle of 258.86º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B190F9 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 144 249 -
CMYK 0.29 0.42 0 0.02
HSL 258.86º 0.9% 0.77% -
HSV(B) 258.86º 0.42% 0.98% -
XYZ 45.2 36.13 94.21 -
YUV 165.84 174.93 135.96 -
System Red Green Blue C M Y K H S L
Decimal 177 144 249 0.29 0.42 0 0.02 258.86 0.9 0.77
Hex B1 90 F9 1D 2A 0 2 103 5A 4D
Octal 261 220 371 35 52 0 2 403 132 115
Binary 10110001 10010000 11111001 11101 101010 0 10 100000011 1011010 1001101

Color Harmonies of #B190F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B190F9

Black with #B190F9

Text Example


Text Example

White with #B190F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B190F9; }

 p { color: rgb(177,144,249); }

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

background-color css

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

 a { background-color: rgb(177,144,249); }

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

border-color css

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

 span { border-color: rgb(177,144,249); }

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