Html Css Color HEX #B491FF Biloba Flower

📋 copy color: '#B491FF'

red 180 ◦ green 145 ◦ blue 255

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

Shades of Biloba Flower #B491FF

Tints of Biloba Flower #B491FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 43.97%

R = 31.03%
G = 25%
B = 43.97%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B491FF (or 0xB491FF) is known color: Biloba Flower. HEX triplet: B4, 91 and FF. RGB value is (180,145,255). Sum of RGB (Red+Green+Blue) = 180+145+255=580 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.03% from 580); Green value is 145 (57.03% from 255 or 25% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #B491FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B491FF is #4B6E00. Grayscale: #A7A7A7. Windows color (decimal): -4943361 or 16748980. OLE color: 16748980.

HSL color Cylindrical-coordinate representation of color #B491FF: hue angle of 259.09º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B491FF is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 180 145 255 -
CMYK 0.29 0.43 0 0
HSL 259.09º 1% 0.78% -
HSV(B) 259.09º 0.43% 1% -
XYZ 47 37.17 99.31 -
YUV 168.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 180 145 255 0.29 0.43 0 0 259.09 1 0.78
Hex B4 91 FF 1D 2B 0 0 103 64 4E
Octal 264 221 377 35 53 0 0 403 144 116
Binary 10110100 10010001 11111111 11101 101011 0 0 100000011 1100100 1001110

Color Harmonies of #B491FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B491FF

Black with #B491FF

Text Example


Text Example

White with #B491FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B491FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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