#B283EC

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

Shades of Biloba Flower #B283EC

Tints of Biloba Flower #B283EC

Color information

#B283EC (or 0xB283EC) is unknown color: approx Biloba Flower. HEX triplet: B2, 83 and EC. RGB value is (178,131,236). Sum of RGB (Red+Green+Blue) = 178+131+236=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #B283EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B283EC is #4D7C13. Grayscale: #9C9C9C. Windows color (decimal): -5078036 or 15500210. OLE color: 15500210.

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

Color convert

RGB178131236-
CMYK0.250.4400.07
HSL266.86º73.43%71.96%-
HSV(B)266.86º44.49%92.55%-
XYZ41.6231.7583.29-
YUV157.02172.57142.96-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 32.66%
GREEN value IS 131 (51.56% from 255) = 24.04%
BLUE value IS 236 (92.58% from 255) = 43.30%
R=32.66%
G=24.04%
B=43.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1781312360.250.4400.07266.8673.4371.96
HexB283EC192C0710b4948
Octal262203354315407413111110
Binary10110010100000111110110011001101100011110000101110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B283EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B283EC; }

 p { color: rgb(178,131,236); }

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

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

 a { background-color: rgb(178,131,236); }

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

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

 span { border-color: rgb(178,131,236); }

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