Html Css Color HEX #B5A0EF Biloba Flower

📋 copy color: '#B5A0EF'

red 181 ◦ green 160 ◦ blue 239

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

Shades of Biloba Flower #B5A0EF

Tints of Biloba Flower #B5A0EF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.59%

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

R = 31.21%
G = 27.59%
B = 41.21%

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

#B5A0EF (or 0xB5A0EF) is known color: Biloba Flower. HEX triplet: B5, A0 and EF. RGB value is (181,160,239). Sum of RGB (Red+Green+Blue) = 181+160+239=580 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.21% from 580); Green value is 160 (62.89% from 255 or 27.59% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #B5A0EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A0EF is #4A5F10. Grayscale: #AEAEAE. Windows color (decimal): -4874001 or 15704245. OLE color: 15704245.

HSL color Cylindrical-coordinate representation of color #B5A0EF: hue angle of 255.95º 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 #B5A0EF is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 181 160 239 -
CMYK 0.24 0.33 0 0.06
HSL 255.95º 0.71% 0.78% -
HSV(B) 255.95º 0.33% 0.94% -
XYZ 47.21 41.2 87.13 -
YUV 175.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 181 160 239 0.24 0.33 0 0.06 255.95 0.71 0.78
Hex B5 A0 EF 18 21 0 6 100 47 4E
Octal 265 240 357 30 41 0 6 400 107 116
Binary 10110101 10100000 11101111 11000 100001 0 110 100000000 1000111 1001110

Color Harmonies of #B5A0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A0EF

Black with #B5A0EF

Text Example


Text Example

White with #B5A0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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