#B79CCF

Color #B79CCF Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B79CCF

Tints of Biloba Flower #B79CCF

Color information

#B79CCF (or 0xB79CCF) is unknown color: approx Biloba Flower. HEX triplet: B7, 9C and CF. RGB value is (183,156,207). Sum of RGB (Red+Green+Blue) = 183+156+207=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 156 (61.33% from 255 or 28.57% from 546); Blue value is 207 (81.25% from 255 or 37.91% from 546); Max value from RGB is 207 - color contains mainly: blue. Hex color #B79CCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79CCF is #486330. Grayscale: #A9A9A9. Windows color (decimal): -4743985 or 13606071. OLE color: 13606071.

HSL color Cylindrical-coordinate representation of color #B79CCF: hue angle of 271.76º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B79CCF is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB183156207-
CMYK0.120.2500.19
HSL271.76º34.69%71.18%-
HSV(B)271.76º24.64%81.18%-
XYZ42.6838.3564.18-
YUV169.89148.95137.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.52%
GREEN value IS 156 (61.33% from 255) = 28.57%
BLUE value IS 207 (81.25% from 255) = 37.91%
R=33.52%
G=28.57%
B=37.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1831562070.120.2500.19271.7634.6971.18
HexB79CCFC190131102347
Octal267234317143102342043107
Binary1011011110011100110011111100110010100111000100001000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79CCF; }

 p { color: rgb(183,156,207); }

 H1.HeaderClassName
 {
   color: #B79CCF;
 }
 .AnyTagClassName
 {
   color: #B79CCF;
 }
</style>
background-color css

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

 a { background-color: rgb(183,156,207); }

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

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

 span { border-color: rgb(183,156,207); }

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