Html Css Color HEX #B796DB Biloba Flower

📋 copy color: '#B796DB'

red 183 ◦ green 150 ◦ blue 219

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

Shades of Biloba Flower #B796DB

Tints of Biloba Flower #B796DB

RGB

 RED value IS 183 (71.88% from 255) = 33.15%

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

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

R = 33.15%
G = 27.17%
B = 39.67%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B796DB (or 0xB796DB) is known color: Biloba Flower. HEX triplet: B7, 96 and DB. RGB value is (183,150,219). Sum of RGB (Red+Green+Blue) = 183+150+219=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 150 (58.98% from 255 or 27.17% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #B796DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B796DB is #486924. Grayscale: #A7A7A7. Windows color (decimal): -4745509 or 14390967. OLE color: 14390967.

HSL color Cylindrical-coordinate representation of color #B796DB: hue angle of 268.7º 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 #B796DB is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 150 219 -
CMYK 0.16 0.32 0 0.14
HSL 268.7º 0.49% 0.72% -
HSV(B) 268.7º 0.32% 0.86% -
XYZ 43.22 36.99 71.88 -
YUV 167.73 156.93 138.89 -
System Red Green Blue C M Y K H S L
Decimal 183 150 219 0.16 0.32 0 0.14 268.7 0.49 0.72
Hex B7 96 DB 10 20 0 E 10D 31 48
Octal 267 226 333 20 40 0 16 415 61 110
Binary 10110111 10010110 11011011 10000 100000 0 1110 100001101 110001 1001000

Color Harmonies of #B796DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B796DB

Black with #B796DB

Text Example


Text Example

White with #B796DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B796DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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