Html Css Color HEX #B5A1EF Biloba Flower

📋 copy color: '#B5A1EF'

red 181 ◦ green 161 ◦ blue 239

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

Shades of Biloba Flower #B5A1EF

Tints of Biloba Flower #B5A1EF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.71%

 BLUE value IS 239 (93.75% from 255) = 41.14%

R = 31.15%
G = 27.71%
B = 41.14%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B5A1EF (or 0xB5A1EF) is known color: Biloba Flower. HEX triplet: B5, A1 and EF. RGB value is (181,161,239). Sum of RGB (Red+Green+Blue) = 181+161+239=581 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.15% from 581); Green value is 161 (63.28% from 255 or 27.71% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5A1EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A1EF is #4A5E10. Grayscale: #AFAFAF. Windows color (decimal): -4873745 or 15704501. OLE color: 15704501.

HSL color Cylindrical-coordinate representation of color #B5A1EF: hue angle of 255.38º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5A1EF is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 161 239 -
CMYK 0.24 0.33 0 0.06
HSL 255.38º 0.71% 0.78% -
HSV(B) 255.38º 0.33% 0.94% -
XYZ 47.38 41.55 87.18 -
YUV 175.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 181 161 239 0.24 0.33 0 0.06 255.38 0.71 0.78
Hex B5 A1 EF 18 21 0 6 FF 47 4E
Octal 265 241 357 30 41 0 6 377 107 116
Binary 10110101 10100001 11101111 11000 100001 0 110 11111111 1000111 1001110

Color Harmonies of #B5A1EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A1EF

Black with #B5A1EF

Text Example


Text Example

White with #B5A1EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A1EF; }

 p { color: rgb(181,161,239); }

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

background-color css

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

 a { background-color: rgb(181,161,239); }

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

border-color css

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

 span { border-color: rgb(181,161,239); }

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