#B78BFF

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

Shades of Biloba Flower #B78BFF

Tints of Biloba Flower #B78BFF

Color information

#B78BFF (or 0xB78BFF) is unknown color: approx Biloba Flower. HEX triplet: B7, 8B and FF. RGB value is (183,139,255). Sum of RGB (Red+Green+Blue) = 183+139+255=577 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.72% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #B78BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78BFF is #487400. Grayscale: #A4A4A4. Windows color (decimal): -4748289 or 16747447. OLE color: 16747447.

HSL color Cylindrical-coordinate representation of color #B78BFF: hue angle of 262.76º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B78BFF is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB183139255-
CMYK0.280.4500
HSL262.76º100%77.25%-
HSV(B)262.76º45.49%100%-
XYZ46.8135.7599.04-
YUV165.38178.58140.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.72%
GREEN value IS 139 (54.69% from 255) = 24.09%
BLUE value IS 255 (100% from 255) = 44.19%
R=31.72%
G=24.09%
B=44.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831392550.280.4500262.7610077.25
HexB78BFF1C2D00107644d
Octal267213377345500407144115
Binary101101111000101111111111111001011010010000011111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78BFF; }

 p { color: rgb(183,139,255); }

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

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

 a { background-color: rgb(183,139,255); }

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

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

 span { border-color: rgb(183,139,255); }

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