Html Css Color HEX #B796D8 Biloba Flower

📋 copy color: '#B796D8'

red 183 ◦ green 150 ◦ blue 216

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

Shades of Biloba Flower #B796D8

Tints of Biloba Flower #B796D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 39.34%

R = 33.33%
G = 27.32%
B = 39.34%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B796D8 (or 0xB796D8) is known color: Biloba Flower. HEX triplet: B7, 96 and D8. RGB value is (183,150,216). Sum of RGB (Red+Green+Blue) = 183+150+216=549 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.33% from 549); Green value is 150 (58.98% from 255 or 27.32% from 549); Blue value is 216 (84.77% from 255 or 39.34% from 549); Max value from RGB is 216 - color contains mainly: blue. Hex color #B796D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B796D8 is #486927. Grayscale: #A7A7A7. Windows color (decimal): -4745512 or 14194359. OLE color: 14194359.

HSL color Cylindrical-coordinate representation of color #B796D8: hue angle of 270º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B796D8 is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 150 216 -
CMYK 0.15 0.31 0 0.15
HSL 270º 0.46% 0.72% -
HSV(B) 270º 0.31% 0.85% -
XYZ 42.83 36.84 69.82 -
YUV 167.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 183 150 216 0.15 0.31 0 0.15 270 0.46 0.72
Hex B7 96 D8 F 1F 0 F 10E 2E 48
Octal 267 226 330 17 37 0 17 416 56 110
Binary 10110111 10010110 11011000 1111 11111 0 1111 100001110 101110 1001000

Color Harmonies of #B796D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B796D8

Black with #B796D8

Text Example


Text Example

White with #B796D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B796D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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