Html Css Color HEX #B491ED Biloba Flower

📋 copy color: '#B491ED'

red 180 ◦ green 145 ◦ blue 237

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

Shades of Biloba Flower #B491ED

Tints of Biloba Flower #B491ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 32.03%
G = 25.8%
B = 42.17%

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

#B491ED (or 0xB491ED) is known color: Biloba Flower. HEX triplet: B4, 91 and ED. RGB value is (180,145,237). Sum of RGB (Red+Green+Blue) = 180+145+237=562 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.03% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #B491ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B491ED is #4B6E12. Grayscale: #A5A5A5. Windows color (decimal): -4943379 or 15569332. OLE color: 15569332.

HSL color Cylindrical-coordinate representation of color #B491ED: hue angle of 262.83º degrees, saturation: 0.72, 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 #B491ED is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 145 237 -
CMYK 0.24 0.39 0 0.07
HSL 262.83º 0.72% 0.75% -
HSV(B) 262.83º 0.39% 0.93% -
XYZ 44.23 36.07 84.75 -
YUV 165.95 168.1 138.02 -
System Red Green Blue C M Y K H S L
Decimal 180 145 237 0.24 0.39 0 0.07 262.83 0.72 0.75
Hex B4 91 ED 18 27 0 7 107 48 4B
Octal 264 221 355 30 47 0 7 407 110 113
Binary 10110100 10010001 11101101 11000 100111 0 111 100000111 1001000 1001011

Color Harmonies of #B491ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B491ED

Black with #B491ED

Text Example


Text Example

White with #B491ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B491ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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