Html Css Color HEX #B581F1 Biloba Flower

📋 copy color: '#B581F1'

red 181 ◦ green 129 ◦ blue 241

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

Shades of Biloba Flower #B581F1

Tints of Biloba Flower #B581F1

RGB

 RED value IS 181 (71.09% from 255) = 32.85%

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

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

R = 32.85%
G = 23.41%
B = 43.74%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B581F1 (or 0xB581F1) is known color: Biloba Flower. HEX triplet: B5, 81 and F1. RGB value is (181,129,241). Sum of RGB (Red+Green+Blue) = 181+129+241=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 241 (94.53% from 255 or 43.74% from 551); Max value from RGB is 241 - color contains mainly: blue. Hex color #B581F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B581F1 is #4A7E0E. Grayscale: #9C9C9C. Windows color (decimal): -4881935 or 15827381. OLE color: 15827381.

HSL color Cylindrical-coordinate representation of color #B581F1: hue angle of 267.86º 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 #B581F1 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 129 241 -
CMYK 0.25 0.46 0 0.05
HSL 267.86º 0.8% 0.73% -
HSV(B) 267.86º 0.46% 0.95% -
XYZ 42.78 31.88 87.12 -
YUV 157.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 181 129 241 0.25 0.46 0 0.05 267.86 0.8 0.73
Hex B5 81 F1 19 2E 0 5 10C 50 49
Octal 265 201 361 31 56 0 5 414 120 111
Binary 10110101 10000001 11110001 11001 101110 0 101 100001100 1010000 1001001

Color Harmonies of #B581F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B581F1

Black with #B581F1

Text Example


Text Example

White with #B581F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B581F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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