Html Css Color HEX #B491DC Biloba Flower

📋 copy color: '#B491DC'

red 180 ◦ green 145 ◦ blue 220

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

Shades of Biloba Flower #B491DC

Tints of Biloba Flower #B491DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.37%

R = 33.03%
G = 26.61%
B = 40.37%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B491DC (or 0xB491DC) is known color: Biloba Flower. HEX triplet: B4, 91 and DC. RGB value is (180,145,220). Sum of RGB (Red+Green+Blue) = 180+145+220=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 145 (57.03% from 255 or 26.61% from 545); Blue value is 220 (86.33% from 255 or 40.37% from 545); Max value from RGB is 220 - color contains mainly: blue. Hex color #B491DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B491DC is #4B6E23. Grayscale: #A3A3A3. Windows color (decimal): -4943396 or 14455220. OLE color: 14455220.

HSL color Cylindrical-coordinate representation of color #B491DC: hue angle of 268º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B491DC is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 180 145 220 -
CMYK 0.18 0.34 0 0.14
HSL 268º 0.52% 0.72% -
HSV(B) 268º 0.34% 0.86% -
XYZ 41.87 35.12 72.28 -
YUV 164.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 180 145 220 0.18 0.34 0 0.14 268 0.52 0.72
Hex B4 91 DC 12 22 0 E 10C 34 48
Octal 264 221 334 22 42 0 16 414 64 110
Binary 10110100 10010001 11011100 10010 100010 0 1110 100001100 110100 1001000

Color Harmonies of #B491DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B491DC

Black with #B491DC

Text Example


Text Example

White with #B491DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B491DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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