Html Css Color HEX #B491D6 Biloba Flower

📋 copy color: '#B491D6'

red 180 ◦ green 145 ◦ blue 214

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

Shades of Biloba Flower #B491D6

Tints of Biloba Flower #B491D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 39.7%

R = 33.4%
G = 26.9%
B = 39.7%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B491D6 (or 0xB491D6) is known color: Biloba Flower. HEX triplet: B4, 91 and D6. RGB value is (180,145,214). Sum of RGB (Red+Green+Blue) = 180+145+214=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 145 (57.03% from 255 or 26.90% from 539); Blue value is 214 (83.98% from 255 or 39.70% from 539); Max value from RGB is 214 - color contains mainly: blue. Hex color #B491D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491D6 is #4B6E29. Grayscale: #A3A3A3. Windows color (decimal): -4943402 or 14062004. OLE color: 14062004.

HSL color Cylindrical-coordinate representation of color #B491D6: hue angle of 270.43º degrees, saturation: 0.46, 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 #B491D6 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 180 145 214 -
CMYK 0.16 0.32 0 0.16
HSL 270.43º 0.46% 0.7% -
HSV(B) 270.43º 0.32% 0.84% -
XYZ 41.09 34.81 68.17 -
YUV 163.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 180 145 214 0.16 0.32 0 0.16 270.43 0.46 0.7
Hex B4 91 D6 10 20 0 10 10E 2E 46
Octal 264 221 326 20 40 0 20 416 56 106
Binary 10110100 10010001 11010110 10000 100000 0 10000 100001110 101110 1000110

Color Harmonies of #B491D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B491D6

Black with #B491D6

Text Example


Text Example

White with #B491D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B491D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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