Html Css Color HEX #B796E2 Biloba Flower

📋 copy color: '#B796E2'

red 183 ◦ green 150 ◦ blue 226

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

Shades of Biloba Flower #B796E2

Tints of Biloba Flower #B796E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 40.43%

R = 32.74%
G = 26.83%
B = 40.43%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B796E2 (or 0xB796E2) is known color: Biloba Flower. HEX triplet: B7, 96 and E2. RGB value is (183,150,226). Sum of RGB (Red+Green+Blue) = 183+150+226=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 150 (58.98% from 255 or 26.83% from 559); Blue value is 226 (88.67% from 255 or 40.43% from 559); Max value from RGB is 226 - color contains mainly: blue. Hex color #B796E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B796E2 is #48691D. Grayscale: #A8A8A8. Windows color (decimal): -4745502 or 14849719. OLE color: 14849719.

HSL color Cylindrical-coordinate representation of color #B796E2: hue angle of 266.05º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B796E2 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 183 150 226 -
CMYK 0.19 0.34 0 0.11
HSL 266.05º 0.57% 0.74% -
HSV(B) 266.05º 0.34% 0.89% -
XYZ 44.16 37.37 76.84 -
YUV 168.53 160.43 138.32 -
System Red Green Blue C M Y K H S L
Decimal 183 150 226 0.19 0.34 0 0.11 266.05 0.57 0.74
Hex B7 96 E2 13 22 0 B 10A 39 4A
Octal 267 226 342 23 42 0 13 412 71 112
Binary 10110111 10010110 11100010 10011 100010 0 1011 100001010 111001 1001010

Color Harmonies of #B796E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B796E2

Black with #B796E2

Text Example


Text Example

White with #B796E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B796E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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