Html Css Color HEX #B796E1 Biloba Flower

📋 copy color: '#B796E1'

red 183 ◦ green 150 ◦ blue 225

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

Shades of Biloba Flower #B796E1

Tints of Biloba Flower #B796E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.32%

R = 32.8%
G = 26.88%
B = 40.32%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B796E1 (or 0xB796E1) is known color: Biloba Flower. HEX triplet: B7, 96 and E1. RGB value is (183,150,225). Sum of RGB (Red+Green+Blue) = 183+150+225=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 150 (58.98% from 255 or 26.88% from 558); Blue value is 225 (88.28% from 255 or 40.32% from 558); Max value from RGB is 225 - color contains mainly: blue. Hex color #B796E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B796E1 is #48691E. Grayscale: #A8A8A8. Windows color (decimal): -4745503 or 14784183. OLE color: 14784183.

HSL color Cylindrical-coordinate representation of color #B796E1: hue angle of 266.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B796E1 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 150 225 -
CMYK 0.19 0.33 0 0.12
HSL 266.4º 0.56% 0.74% -
HSV(B) 266.4º 0.33% 0.88% -
XYZ 44.03 37.32 76.12 -
YUV 168.42 159.93 138.4 -
System Red Green Blue C M Y K H S L
Decimal 183 150 225 0.19 0.33 0 0.12 266.4 0.56 0.74
Hex B7 96 E1 13 21 0 C 10A 38 4A
Octal 267 226 341 23 41 0 14 412 70 112
Binary 10110111 10010110 11100001 10011 100001 0 1100 100001010 111000 1001010

Color Harmonies of #B796E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B796E1

Black with #B796E1

Text Example


Text Example

White with #B796E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B796E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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