Html Css Color HEX #B495F9 Biloba Flower

📋 copy color: '#B495F9'

red 180 ◦ green 149 ◦ blue 249

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

Shades of Biloba Flower #B495F9

Tints of Biloba Flower #B495F9

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.78%

 BLUE value IS 249 (97.66% from 255) = 43.08%

R = 31.14%
G = 25.78%
B = 43.08%

CMYK

 C value IS 0.28

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B495F9 (or 0xB495F9) is known color: Biloba Flower. HEX triplet: B4, 95 and F9. RGB value is (180,149,249). Sum of RGB (Red+Green+Blue) = 180+149+249=578 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.14% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 249 (97.66% from 255 or 43.08% from 578); Max value from RGB is 249 - color contains mainly: blue. Hex color #B495F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B495F9 is #4B6A06. Grayscale: #A9A9A9. Windows color (decimal): -4942343 or 16356788. OLE color: 16356788.

HSL color Cylindrical-coordinate representation of color #B495F9: hue angle of 258.6º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B495F9 is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 149 249 -
CMYK 0.28 0.40 0 0.02
HSL 258.6º 0.89% 0.78% -
HSV(B) 258.6º 0.4% 0.98% -
XYZ 46.67 38.04 94.5 -
YUV 169.67 172.77 135.37 -
System Red Green Blue C M Y K H S L
Decimal 180 149 249 0.28 0.40 0 0.02 258.6 0.89 0.78
Hex B4 95 F9 1C 28 0 2 103 59 4E
Octal 264 225 371 34 50 0 2 403 131 116
Binary 10110100 10010101 11111001 11100 101000 0 10 100000011 1011001 1001110

Color Harmonies of #B495F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B495F9

Black with #B495F9

Text Example


Text Example

White with #B495F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B495F9; }

 p { color: rgb(180,149,249); }

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

background-color css

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

 a { background-color: rgb(180,149,249); }

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

border-color css

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

 span { border-color: rgb(180,149,249); }

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