Html Css Color HEX #B296DB Biloba Flower

📋 copy color: '#B296DB'

red 178 ◦ green 150 ◦ blue 219

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

Shades of Biloba Flower #B296DB

Tints of Biloba Flower #B296DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 32.54%
G = 27.42%
B = 40.04%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B296DB (or 0xB296DB) is known color: Biloba Flower. HEX triplet: B2, 96 and DB. RGB value is (178,150,219). Sum of RGB (Red+Green+Blue) = 178+150+219=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 150 (58.98% from 255 or 27.42% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #B296DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B296DB is #4D6924. Grayscale: #A5A5A5. Windows color (decimal): -5073189 or 14390962. OLE color: 14390962.

HSL color Cylindrical-coordinate representation of color #B296DB: hue angle of 264.35º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B296DB is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 150 219 -
CMYK 0.19 0.32 0 0.14
HSL 264.35º 0.49% 0.72% -
HSV(B) 264.35º 0.32% 0.86% -
XYZ 42.05 36.39 71.83 -
YUV 166.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 178 150 219 0.19 0.32 0 0.14 264.35 0.49 0.72
Hex B2 96 DB 13 20 0 E 108 31 48
Octal 262 226 333 23 40 0 16 410 61 110
Binary 10110010 10010110 11011011 10011 100000 0 1110 100001000 110001 1001000

Color Harmonies of #B296DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B296DB

Black with #B296DB

Text Example


Text Example

White with #B296DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B296DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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