Html Css Color HEX #B491EC Biloba Flower

📋 copy color: '#B491EC'

red 180 ◦ green 145 ◦ blue 236

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

Shades of Biloba Flower #B491EC

Tints of Biloba Flower #B491EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.07%

R = 32.09%
G = 25.85%
B = 42.07%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B491EC (or 0xB491EC) is known color: Biloba Flower. HEX triplet: B4, 91 and EC. RGB value is (180,145,236). Sum of RGB (Red+Green+Blue) = 180+145+236=561 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.09% from 561); Green value is 145 (57.03% from 255 or 25.85% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #B491EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B491EC is #4B6E13. Grayscale: #A5A5A5. Windows color (decimal): -4943380 or 15503796. OLE color: 15503796.

HSL color Cylindrical-coordinate representation of color #B491EC: hue angle of 263.08º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B491EC is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 145 236 -
CMYK 0.24 0.39 0 0.07
HSL 263.08º 0.71% 0.75% -
HSV(B) 263.08º 0.39% 0.93% -
XYZ 44.09 36.01 83.98 -
YUV 165.84 167.6 138.1 -
System Red Green Blue C M Y K H S L
Decimal 180 145 236 0.24 0.39 0 0.07 263.08 0.71 0.75
Hex B4 91 EC 18 27 0 7 107 47 4B
Octal 264 221 354 30 47 0 7 407 107 113
Binary 10110100 10010001 11101100 11000 100111 0 111 100000111 1000111 1001011

Color Harmonies of #B491EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B491EC

Black with #B491EC

Text Example


Text Example

White with #B491EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B491EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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