Html Css Color HEX #B79BDC Biloba Flower

📋 copy color: '#B79BDC'

red 183 ◦ green 155 ◦ blue 220

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

Shades of Biloba Flower #B79BDC

Tints of Biloba Flower #B79BDC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.78%

 BLUE value IS 220 (86.33% from 255) = 39.43%

R = 32.8%
G = 27.78%
B = 39.43%

CMYK

 C value IS 0.17

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B79BDC (or 0xB79BDC) is known color: Biloba Flower. HEX triplet: B7, 9B and DC. RGB value is (183,155,220). Sum of RGB (Red+Green+Blue) = 183+155+220=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 155 (60.94% from 255 or 27.78% from 558); Blue value is 220 (86.33% from 255 or 39.43% from 558); Max value from RGB is 220 - color contains mainly: blue. Hex color #B79BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BDC is #486423. Grayscale: #AAAAAA. Windows color (decimal): -4744228 or 14457783. OLE color: 14457783.

HSL color Cylindrical-coordinate representation of color #B79BDC: hue angle of 265.85º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B79BDC is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 155 220 -
CMYK 0.17 0.30 0 0.14
HSL 265.85º 0.48% 0.74% -
HSV(B) 265.85º 0.3% 0.86% -
XYZ 44.17 38.68 72.85 -
YUV 170.78 155.78 136.71 -
System Red Green Blue C M Y K H S L
Decimal 183 155 220 0.17 0.30 0 0.14 265.85 0.48 0.74
Hex B7 9B DC 11 1E 0 E 10A 30 4A
Octal 267 233 334 21 36 0 16 412 60 112
Binary 10110111 10011011 11011100 10001 11110 0 1110 100001010 110000 1001010

Color Harmonies of #B79BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79BDC

Black with #B79BDC

Text Example


Text Example

White with #B79BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79BDC; }

 p { color: rgb(183,155,220); }

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

background-color css

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

 a { background-color: rgb(183,155,220); }

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

border-color css

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

 span { border-color: rgb(183,155,220); }

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