#B083EE

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

Shades of Biloba Flower #B083EE

Tints of Biloba Flower #B083EE

Color information

#B083EE (or 0xB083EE) is unknown color: approx Biloba Flower. HEX triplet: B0, 83 and EE. RGB value is (176,131,238). Sum of RGB (Red+Green+Blue) = 176+131+238=545 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.29% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #B083EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B083EE is #4F7C11. Grayscale: #9C9C9C. Windows color (decimal): -5209106 or 15631280. OLE color: 15631280.

HSL color Cylindrical-coordinate representation of color #B083EE: hue angle of 265.23º degrees, saturation: 0.76, 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 #B083EE is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176131238-
CMYK0.260.4500.07
HSL265.23º75.89%72.35%-
HSV(B)265.23º44.96%93.33%-
XYZ41.4531.6484.81-
YUV156.65173.91141.8-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.29%
GREEN value IS 131 (51.56% from 255) = 24.04%
BLUE value IS 238 (93.36% from 255) = 43.67%
R=32.29%
G=24.04%
B=43.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761312380.260.4500.07265.2375.8972.35
HexB083EE1A2D071094c48
Octal260203356325507411114110
Binary10110000100000111110111011010101101011110000100110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B083EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B083EE; }

 p { color: rgb(176,131,238); }

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

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

 a { background-color: rgb(176,131,238); }

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

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

 span { border-color: rgb(176,131,238); }

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