Html Css Color HEX #B581FE Biloba Flower

📋 copy color: '#B581FE'

red 181 ◦ green 129 ◦ blue 254

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

Shades of Biloba Flower #B581FE

Tints of Biloba Flower #B581FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.04%

R = 32.09%
G = 22.87%
B = 45.04%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B581FE (or 0xB581FE) is known color: Biloba Flower. HEX triplet: B5, 81 and FE. RGB value is (181,129,254). Sum of RGB (Red+Green+Blue) = 181+129+254=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 129 (50.78% from 255 or 22.87% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #B581FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B581FE is #4A7E01. Grayscale: #9E9E9E. Windows color (decimal): -4881922 or 16679349. OLE color: 16679349.

HSL color Cylindrical-coordinate representation of color #B581FE: hue angle of 264.96º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B581FE is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 129 254 -
CMYK 0.29 0.49 0 0.00
HSL 264.96º 0.98% 0.75% -
HSV(B) 264.96º 0.49% 1% -
XYZ 44.8 32.68 97.71 -
YUV 158.8 181.73 143.84 -
System Red Green Blue C M Y K H S L
Decimal 181 129 254 0.29 0.49 0 0.00 264.96 0.98 0.75
Hex B5 81 FE 1D 31 0 0 109 62 4B
Octal 265 201 376 35 61 0 0 411 142 113
Binary 10110101 10000001 11111110 11101 110001 0 0 100001001 1100010 1001011

Color Harmonies of #B581FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B581FE

Black with #B581FE

Text Example


Text Example

White with #B581FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B581FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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