Html Css Color HEX #B496F6 Biloba Flower

📋 copy color: '#B496F6'

red 180 ◦ green 150 ◦ blue 246

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

Shades of Biloba Flower #B496F6

Tints of Biloba Flower #B496F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 42.71%

R = 31.25%
G = 26.04%
B = 42.71%

CMYK

 C value IS 0.27

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B496F6 (or 0xB496F6) is known color: Biloba Flower. HEX triplet: B4, 96 and F6. RGB value is (180,150,246). Sum of RGB (Red+Green+Blue) = 180+150+246=576 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.25% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 246 (96.48% from 255 or 42.71% from 576); Max value from RGB is 246 - color contains mainly: blue. Hex color #B496F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B496F6 is #4B6909. Grayscale: #A9A9A9. Windows color (decimal): -4942090 or 16160436. OLE color: 16160436.

HSL color Cylindrical-coordinate representation of color #B496F6: hue angle of 258.75º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B496F6 is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 150 246 -
CMYK 0.27 0.39 0 0.04
HSL 258.75º 0.84% 0.78% -
HSV(B) 258.75º 0.39% 0.96% -
XYZ 46.36 38.17 92.11 -
YUV 169.91 170.94 135.19 -
System Red Green Blue C M Y K H S L
Decimal 180 150 246 0.27 0.39 0 0.04 258.75 0.84 0.78
Hex B4 96 F6 1B 27 0 4 103 54 4E
Octal 264 226 366 33 47 0 4 403 124 116
Binary 10110100 10010110 11110110 11011 100111 0 100 100000011 1010100 1001110

Color Harmonies of #B496F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B496F6

Black with #B496F6

Text Example


Text Example

White with #B496F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B496F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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