#B78BFA

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

Shades of Biloba Flower #B78BFA

Tints of Biloba Flower #B78BFA

Color information

#B78BFA (or 0xB78BFA) is unknown color: approx Biloba Flower. HEX triplet: B7, 8B and FA. RGB value is (183,139,250). Sum of RGB (Red+Green+Blue) = 183+139+250=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 250 (98.05% from 255 or 43.71% from 572); Max value from RGB is 250 - color contains mainly: blue. Hex color #B78BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78BFA is #487405. Grayscale: #A4A4A4. Windows color (decimal): -4748294 or 16419767. OLE color: 16419767.

HSL color Cylindrical-coordinate representation of color #B78BFA: hue angle of 263.78º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B78BFA is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183139250-
CMYK0.270.4400.02
HSL263.78º91.74%76.27%-
HSV(B)263.78º44.4%98.04%-
XYZ46.0235.4394.86-
YUV164.81176.08140.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.99%
GREEN value IS 139 (54.69% from 255) = 24.30%
BLUE value IS 250 (98.05% from 255) = 43.71%
R=31.99%
G=24.30%
B=43.71%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831392500.270.4400.02263.7891.7476.27
HexB78BFA1B2C021085c4c
Octal267213372335402410134114
Binary1011011110001011111110101101110110001010000100010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78BFA; }

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

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

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

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

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

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

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

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