Html Css Color HEX #B58EF1 Biloba Flower

📋 copy color: '#B58EF1'

red 181 ◦ green 142 ◦ blue 241

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

Shades of Biloba Flower #B58EF1

Tints of Biloba Flower #B58EF1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.18%

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

R = 32.09%
G = 25.18%
B = 42.73%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B58EF1 (or 0xB58EF1) is known color: Biloba Flower. HEX triplet: B5, 8E and F1. RGB value is (181,142,241). Sum of RGB (Red+Green+Blue) = 181+142+241=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 142 (55.86% from 255 or 25.18% from 564); Blue value is 241 (94.53% from 255 or 42.73% from 564); Max value from RGB is 241 - color contains mainly: blue. Hex color #B58EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B58EF1 is #4A710E. Grayscale: #A4A4A4. Windows color (decimal): -4878607 or 15830709. OLE color: 15830709.

HSL color Cylindrical-coordinate representation of color #B58EF1: hue angle of 263.64º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B58EF1 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 181 142 241 -
CMYK 0.25 0.41 0 0.05
HSL 263.64º 0.78% 0.75% -
HSV(B) 263.64º 0.41% 0.95% -
XYZ 44.61 35.52 87.72 -
YUV 164.95 170.92 139.45 -
System Red Green Blue C M Y K H S L
Decimal 181 142 241 0.25 0.41 0 0.05 263.64 0.78 0.75
Hex B5 8E F1 19 29 0 5 108 4E 4B
Octal 265 216 361 31 51 0 5 410 116 113
Binary 10110101 10001110 11110001 11001 101001 0 101 100001000 1001110 1001011

Color Harmonies of #B58EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58EF1

Black with #B58EF1

Text Example


Text Example

White with #B58EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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