#B781FA

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

Shades of Biloba Flower #B781FA

Tints of Biloba Flower #B781FA

Color information

#B781FA (or 0xB781FA) is unknown color: approx Biloba Flower. HEX triplet: B7, 81 and FA. RGB value is (183,129,250). Sum of RGB (Red+Green+Blue) = 183+129+250=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #B781FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B781FA is #487E05. Grayscale: #9E9E9E. Windows color (decimal): -4750854 or 16417207. OLE color: 16417207.

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

Color convert

RGB183129250-
CMYK0.270.4800.02
HSL266.78º92.37%74.31%-
HSV(B)266.78º48.4%98.04%-
XYZ44.6332.6794.4-
YUV158.94179.39145.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 129 (50.78% from 255) = 22.95%
BLUE value IS 250 (98.05% from 255) = 44.48%
R=32.56%
G=22.95%
B=44.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831292500.270.4800.02266.7892.3774.31
HexB781FA1B300210b5c4a
Octal267201372336002413134112
Binary1011011110000001111110101101111000001010000101110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781FA; }

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

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

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

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

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

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

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

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