Html Css Color HEX #B181F1 Biloba Flower

📋 copy color: '#B181F1'

red 177 ◦ green 129 ◦ blue 241

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

Shades of Biloba Flower #B181F1

Tints of Biloba Flower #B181F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.06%

R = 32.36%
G = 23.58%
B = 44.06%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B181F1 (or 0xB181F1) is known color: Biloba Flower. HEX triplet: B1, 81 and F1. RGB value is (177,129,241). Sum of RGB (Red+Green+Blue) = 177+129+241=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 129 (50.78% from 255 or 23.58% from 547); Blue value is 241 (94.53% from 255 or 44.06% from 547); Max value from RGB is 241 - color contains mainly: blue. Hex color #B181F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B181F1 is #4E7E0E. Grayscale: #9B9B9B. Windows color (decimal): -5144079 or 15827377. OLE color: 15827377.

HSL color Cylindrical-coordinate representation of color #B181F1: hue angle of 265.71º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B181F1 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 129 241 -
CMYK 0.27 0.46 0 0.05
HSL 265.71º 0.8% 0.73% -
HSV(B) 265.71º 0.46% 0.95% -
XYZ 41.86 31.4 87.07 -
YUV 156.12 175.9 142.89 -
System Red Green Blue C M Y K H S L
Decimal 177 129 241 0.27 0.46 0 0.05 265.71 0.8 0.73
Hex B1 81 F1 1B 2E 0 5 10A 50 49
Octal 261 201 361 33 56 0 5 412 120 111
Binary 10110001 10000001 11110001 11011 101110 0 101 100001010 1010000 1001001

Color Harmonies of #B181F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B181F1

Black with #B181F1

Text Example


Text Example

White with #B181F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B181F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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