Html Css Color HEX #B491D5 Biloba Flower

📋 copy color: '#B491D5'

red 180 ◦ green 145 ◦ blue 213

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

Shades of Biloba Flower #B491D5

Tints of Biloba Flower #B491D5

RGB

 RED value IS 180 (70.7% from 255) = 33.46%

 GREEN value IS 145 (57.03% from 255) = 26.95%

 BLUE value IS 213 (83.59% from 255) = 39.59%

R = 33.46%
G = 26.95%
B = 39.59%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B491D5 (or 0xB491D5) is known color: Biloba Flower. HEX triplet: B4, 91 and D5. RGB value is (180,145,213). Sum of RGB (Red+Green+Blue) = 180+145+213=538 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.46% from 538); Green value is 145 (57.03% from 255 or 26.95% from 538); Blue value is 213 (83.59% from 255 or 39.59% from 538); Max value from RGB is 213 - color contains mainly: blue. Hex color #B491D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491D5 is #4B6E2A. Grayscale: #A2A2A2. Windows color (decimal): -4943403 or 13996468. OLE color: 13996468.

HSL color Cylindrical-coordinate representation of color #B491D5: hue angle of 270.88º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B491D5 is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 145 213 -
CMYK 0.15 0.32 0 0.16
HSL 270.88º 0.45% 0.7% -
HSV(B) 270.88º 0.32% 0.84% -
XYZ 40.96 34.76 67.5 -
YUV 163.22 156.1 139.97 -
System Red Green Blue C M Y K H S L
Decimal 180 145 213 0.15 0.32 0 0.16 270.88 0.45 0.7
Hex B4 91 D5 F 20 0 10 10F 2D 46
Octal 264 221 325 17 40 0 20 417 55 106
Binary 10110100 10010001 11010101 1111 100000 0 10000 100001111 101101 1000110

Color Harmonies of #B491D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B491D5

Black with #B491D5

Text Example


Text Example

White with #B491D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B491D5; }

 p { color: rgb(180,145,213); }

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

background-color css

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

 a { background-color: rgb(180,145,213); }

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

border-color css

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

 span { border-color: rgb(180,145,213); }

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