#B781F6

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

Shades of Biloba Flower #B781F6

Tints of Biloba Flower #B781F6

Color information

#B781F6 (or 0xB781F6) is unknown color: approx Biloba Flower. HEX triplet: B7, 81 and F6. RGB value is (183,129,246). Sum of RGB (Red+Green+Blue) = 183+129+246=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 129 (50.78% from 255 or 23.12% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #B781F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B781F6 is #487E09. Grayscale: #9E9E9E. Windows color (decimal): -4750858 or 16155063. OLE color: 16155063.

HSL color Cylindrical-coordinate representation of color #B781F6: hue angle of 267.69º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B781F6 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183129246-
CMYK0.260.4800.04
HSL267.69º86.67%73.53%-
HSV(B)267.69º47.56%96.47%-
XYZ44.0132.4291.13-
YUV158.48177.39145.49-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.80%
GREEN value IS 129 (50.78% from 255) = 23.12%
BLUE value IS 246 (96.48% from 255) = 44.09%
R=32.80%
G=23.12%
B=44.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1831292460.260.4800.04267.6986.6773.53
HexB781F61A300410c574a
Octal267201366326004414127112
Binary10110111100000011111011011010110000010010000110010101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781F6; }

 p { color: rgb(183,129,246); }

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

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

 a { background-color: rgb(183,129,246); }

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

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

 span { border-color: rgb(183,129,246); }

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