Html Css Color HEX #B796D3 Biloba Flower

📋 copy color: '#B796D3'

red 183 ◦ green 150 ◦ blue 211

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

Shades of Biloba Flower #B796D3

Tints of Biloba Flower #B796D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.79%

R = 33.64%
G = 27.57%
B = 38.79%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B796D3 (or 0xB796D3) is known color: Biloba Flower. HEX triplet: B7, 96 and D3. RGB value is (183,150,211). Sum of RGB (Red+Green+Blue) = 183+150+211=544 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.64% from 544); Green value is 150 (58.98% from 255 or 27.57% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 211 - color contains mainly: blue. Hex color #B796D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B796D3 is #48692C. Grayscale: #A6A6A6. Windows color (decimal): -4745517 or 13866679. OLE color: 13866679.

HSL color Cylindrical-coordinate representation of color #B796D3: hue angle of 272.46º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B796D3 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 183 150 211 -
CMYK 0.13 0.29 0 0.17
HSL 272.46º 0.41% 0.71% -
HSV(B) 272.46º 0.29% 0.83% -
XYZ 42.19 36.58 66.47 -
YUV 166.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 183 150 211 0.13 0.29 0 0.17 272.46 0.41 0.71
Hex B7 96 D3 D 1D 0 11 110 29 47
Octal 267 226 323 15 35 0 21 420 51 107
Binary 10110111 10010110 11010011 1101 11101 0 10001 100010000 101001 1000111

Color Harmonies of #B796D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B796D3

Black with #B796D3

Text Example


Text Example

White with #B796D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B796D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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