Html Css Color HEX #B296EF Biloba Flower

📋 copy color: '#B296EF'

red 178 ◦ green 150 ◦ blue 239

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

Shades of Biloba Flower #B296EF

Tints of Biloba Flower #B296EF

RGB

 RED value IS 178 (69.92% from 255) = 31.39%

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

 BLUE value IS 239 (93.75% from 255) = 42.15%

R = 31.39%
G = 26.46%
B = 42.15%

CMYK

 C value IS 0.26

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B296EF (or 0xB296EF) is known color: Biloba Flower. HEX triplet: B2, 96 and EF. RGB value is (178,150,239). Sum of RGB (Red+Green+Blue) = 178+150+239=567 (75% of max value = 765). Red value is 178 (69.92% from 255 or 31.39% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #B296EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B296EF is #4D6910. Grayscale: #A8A8A8. Windows color (decimal): -5073169 or 15701682. OLE color: 15701682.

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

Color convert

RGB 178 150 239 -
CMYK 0.26 0.37 0 0.06
HSL 258.88º 0.74% 0.76% -
HSV(B) 258.88º 0.37% 0.94% -
XYZ 44.85 37.51 86.54 -
YUV 168.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 178 150 239 0.26 0.37 0 0.06 258.88 0.74 0.76
Hex B2 96 EF 1A 25 0 6 103 4A 4C
Octal 262 226 357 32 45 0 6 403 112 114
Binary 10110010 10010110 11101111 11010 100101 0 110 100000011 1001010 1001100

Color Harmonies of #B296EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296EF

Black with #B296EF

Text Example


Text Example

White with #B296EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296EF; }

 p { color: rgb(178,150,239); }

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

background-color css

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

 a { background-color: rgb(178,150,239); }

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

border-color css

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

 span { border-color: rgb(178,150,239); }

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