Html Css Color HEX #B181F9 Biloba Flower

📋 copy color: '#B181F9'

red 177 ◦ green 129 ◦ blue 249

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

Shades of Biloba Flower #B181F9

Tints of Biloba Flower #B181F9

RGB

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

 GREEN value IS 129 (50.78% from 255) = 23.24%

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

R = 31.89%
G = 23.24%
B = 44.86%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B181F9 (or 0xB181F9) is known color: Biloba Flower. HEX triplet: B1, 81 and F9. RGB value is (177,129,249). Sum of RGB (Red+Green+Blue) = 177+129+249=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #B181F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B181F9 is #4E7E06. Grayscale: #9C9C9C. Windows color (decimal): -5144071 or 16351665. OLE color: 16351665.

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

Color convert

RGB 177 129 249 -
CMYK 0.29 0.48 0 0.02
HSL 264º 0.91% 0.74% -
HSV(B) 264º 0.48% 0.98% -
XYZ 43.08 31.89 93.51 -
YUV 157.03 179.9 142.24 -
System Red Green Blue C M Y K H S L
Decimal 177 129 249 0.29 0.48 0 0.02 264 0.91 0.74
Hex B1 81 F9 1D 30 0 2 108 5B 4A
Octal 261 201 371 35 60 0 2 410 133 112
Binary 10110001 10000001 11111001 11101 110000 0 10 100001000 1011011 1001010

Color Harmonies of #B181F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B181F9

Black with #B181F9

Text Example


Text Example

White with #B181F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B181F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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