Html Css Color HEX #B496F0 Biloba Flower

📋 copy color: '#B496F0'

red 180 ◦ green 150 ◦ blue 240

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

Shades of Biloba Flower #B496F0

Tints of Biloba Flower #B496F0

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.32%

 BLUE value IS 240 (94.14% from 255) = 42.11%

R = 31.58%
G = 26.32%
B = 42.11%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B496F0 (or 0xB496F0) is known color: Biloba Flower. HEX triplet: B4, 96 and F0. RGB value is (180,150,240). Sum of RGB (Red+Green+Blue) = 180+150+240=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #B496F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B496F0 is #4B690F. Grayscale: #A8A8A8. Windows color (decimal): -4942096 or 15767220. OLE color: 15767220.

HSL color Cylindrical-coordinate representation of color #B496F0: hue angle of 260º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B496F0 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 180 150 240 -
CMYK 0.25 0.37 0 0.06
HSL 260º 0.75% 0.76% -
HSV(B) 260º 0.38% 0.94% -
XYZ 45.46 37.81 87.34 -
YUV 169.23 167.94 135.68 -
System Red Green Blue C M Y K H S L
Decimal 180 150 240 0.25 0.37 0 0.06 260 0.75 0.76
Hex B4 96 F0 19 25 0 6 104 4B 4C
Octal 264 226 360 31 45 0 6 404 113 114
Binary 10110100 10010110 11110000 11001 100101 0 110 100000100 1001011 1001100

Color Harmonies of #B496F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B496F0

Black with #B496F0

Text Example


Text Example

White with #B496F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B496F0; }

 p { color: rgb(180,150,240); }

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

background-color css

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

 a { background-color: rgb(180,150,240); }

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

border-color css

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

 span { border-color: rgb(180,150,240); }

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