#B781FB

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

Shades of Biloba Flower #B781FB

Tints of Biloba Flower #B781FB

Color information

#B781FB (or 0xB781FB) is unknown color: approx Biloba Flower. HEX triplet: B7, 81 and FB. RGB value is (183,129,251). Sum of RGB (Red+Green+Blue) = 183+129+251=563 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.50% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #B781FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B781FB is #487E04. Grayscale: #9E9E9E. Windows color (decimal): -4750853 or 16482743. OLE color: 16482743.

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

Color convert

RGB183129251-
CMYK0.270.4900.02
HSL266.56º93.85%74.51%-
HSV(B)266.56º48.61%98.43%-
XYZ44.7932.7395.22-
YUV159.05179.89145.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.50%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 251 (98.44% from 255) = 44.58%
R=32.50%
G=22.91%
B=44.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831292510.270.4900.02266.5693.8574.51
HexB781FB1B310210b5e4b
Octal267201373336102413136113
Binary1011011110000001111110111101111000101010000101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781FB; }

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

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

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

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

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

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

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

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