#B781EC

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

Shades of Biloba Flower #B781EC

Tints of Biloba Flower #B781EC

Color information

#B781EC (or 0xB781EC) is unknown color: approx Biloba Flower. HEX triplet: B7, 81 and EC. RGB value is (183,129,236). Sum of RGB (Red+Green+Blue) = 183+129+236=548 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.39% from 548); Green value is 129 (50.78% from 255 or 23.54% from 548); Blue value is 236 (92.58% from 255 or 43.07% from 548); Max value from RGB is 236 - color contains mainly: blue. Hex color #B781EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B781EC is #487E13. Grayscale: #9C9C9C. Windows color (decimal): -4750868 or 15499703. OLE color: 15499703.

HSL color Cylindrical-coordinate representation of color #B781EC: hue angle of 270.28º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B781EC is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB183129236-
CMYK0.220.4500.07
HSL270.28º73.79%71.57%-
HSV(B)270.28º45.34%92.55%-
XYZ42.5231.8283.26-
YUV157.34172.39146.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.39%
GREEN value IS 129 (50.78% from 255) = 23.54%
BLUE value IS 236 (92.58% from 255) = 43.07%
R=33.39%
G=23.54%
B=43.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1831292360.220.4500.07270.2873.7971.57
HexB781EC162D0710e4a48
Octal267201354265507416112110
Binary10110111100000011110110010110101101011110000111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B781EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B781EC; }

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

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

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

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

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

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

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

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