Html Css Color HEX #B496EC Biloba Flower

📋 copy color: '#B496EC'

red 180 ◦ green 150 ◦ blue 236

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

Shades of Biloba Flower #B496EC

Tints of Biloba Flower #B496EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 41.7%

R = 31.8%
G = 26.5%
B = 41.7%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B496EC (or 0xB496EC) is known color: Biloba Flower. HEX triplet: B4, 96 and EC. RGB value is (180,150,236). Sum of RGB (Red+Green+Blue) = 180+150+236=566 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.80% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #B496EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B496EC is #4B6913. Grayscale: #A8A8A8. Windows color (decimal): -4942100 or 15505076. OLE color: 15505076.

HSL color Cylindrical-coordinate representation of color #B496EC: hue angle of 260.93º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B496EC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 150 236 -
CMYK 0.24 0.36 0 0.07
HSL 260.93º 0.69% 0.76% -
HSV(B) 260.93º 0.36% 0.93% -
XYZ 44.87 37.57 84.24 -
YUV 168.77 165.94 136.01 -
System Red Green Blue C M Y K H S L
Decimal 180 150 236 0.24 0.36 0 0.07 260.93 0.69 0.76
Hex B4 96 EC 18 24 0 7 105 45 4C
Octal 264 226 354 30 44 0 7 405 105 114
Binary 10110100 10010110 11101100 11000 100100 0 111 100000101 1000101 1001100

Color Harmonies of #B496EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B496EC

Black with #B496EC

Text Example


Text Example

White with #B496EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B496EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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