#B78BFB

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

Shades of Biloba Flower #B78BFB

Tints of Biloba Flower #B78BFB

Color information

#B78BFB (or 0xB78BFB) is unknown color: approx Biloba Flower. HEX triplet: B7, 8B and FB. RGB value is (183,139,251). Sum of RGB (Red+Green+Blue) = 183+139+251=573 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.94% from 573); Green value is 139 (54.69% from 255 or 24.26% from 573); Blue value is 251 (98.44% from 255 or 43.80% from 573); Max value from RGB is 251 - color contains mainly: blue. Hex color #B78BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78BFB is #487404. Grayscale: #A4A4A4. Windows color (decimal): -4748293 or 16485303. OLE color: 16485303.

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

Color convert

RGB183139251-
CMYK0.270.4500.02
HSL263.57º93.33%76.47%-
HSV(B)263.57º44.62%98.43%-
XYZ46.1735.595.68-
YUV164.92176.58140.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.94%
GREEN value IS 139 (54.69% from 255) = 24.26%
BLUE value IS 251 (98.44% from 255) = 43.80%
R=31.94%
G=24.26%
B=43.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831392510.270.4500.02263.5793.3376.47
HexB78BFB1B2D021085d4c
Octal267213373335502410135114
Binary1011011110001011111110111101110110101010000100010111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78BFB; }

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

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

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

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

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

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

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

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