#B781E1

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

Shades of Biloba Flower #B781E1

Tints of Biloba Flower #B781E1

Color information

#B781E1 (or 0xB781E1) is unknown color: approx Biloba Flower. HEX triplet: B7, 81 and E1. RGB value is (183,129,225). Sum of RGB (Red+Green+Blue) = 183+129+225=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #B781E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B781E1 is #487E1E. Grayscale: #9B9B9B. Windows color (decimal): -4750879 or 14778807. OLE color: 14778807.

HSL color Cylindrical-coordinate representation of color #B781E1: hue angle of 273.75º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B781E1 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB183129225-
CMYK0.190.4300.12
HSL273.75º61.54%69.41%-
HSV(B)273.75º42.67%88.24%-
XYZ40.9731.275.1-
YUV156.09166.89147.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.08%
GREEN value IS 129 (50.78% from 255) = 24.02%
BLUE value IS 225 (88.28% from 255) = 41.90%
R=34.08%
G=24.02%
B=41.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1831292250.190.4300.12273.7561.5469.41
HexB781E1132B0C1123e45
Octal267201341235301442276105
Binary10110111100000011110000110011101011011001000100101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781E1; }

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

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

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

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

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

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

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

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