#B883EB

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

Shades of Biloba Flower #B883EB

Tints of Biloba Flower #B883EB

Color information

#B883EB (or 0xB883EB) is unknown color: approx Biloba Flower. HEX triplet: B8, 83 and EB. RGB value is (184,131,235). Sum of RGB (Red+Green+Blue) = 184+131+235=550 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.45% from 550); Green value is 131 (51.56% from 255 or 23.82% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #B883EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B883EB is #477C14. Grayscale: #9E9E9E. Windows color (decimal): -4684821 or 15434680. OLE color: 15434680.

HSL color Cylindrical-coordinate representation of color #B883EB: hue angle of 270.58º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B883EB is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184131235-
CMYK0.220.4400.08
HSL270.58º72.22%71.76%-
HSV(B)270.58º44.26%92.16%-
XYZ42.8832.4282.6-
YUV158.7171.06146.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.45%
GREEN value IS 131 (51.56% from 255) = 23.82%
BLUE value IS 235 (92.19% from 255) = 42.73%
R=33.45%
G=23.82%
B=42.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841312350.220.4400.08270.5872.2271.76
HexB883EB162C0810f4848
Octal2702033532654010417110110
Binary101110001000001111101011101101011000100010000111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B883EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B883EB; }

 p { color: rgb(184,131,235); }

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

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

 a { background-color: rgb(184,131,235); }

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

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

 span { border-color: rgb(184,131,235); }

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