#B883EA

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

Shades of Biloba Flower #B883EA

Tints of Biloba Flower #B883EA

Color information

#B883EA (or 0xB883EA) is unknown color: approx Biloba Flower. HEX triplet: B8, 83 and EA. RGB value is (184,131,234). Sum of RGB (Red+Green+Blue) = 184+131+234=549 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.52% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #B883EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B883EA is #477C15. Grayscale: #9E9E9E. Windows color (decimal): -4684822 or 15369144. OLE color: 15369144.

HSL color Cylindrical-coordinate representation of color #B883EA: hue angle of 270.87º degrees, saturation: 0.71, 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 #B883EA is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184131234-
CMYK0.210.4400.08
HSL270.87º71.03%71.57%-
HSV(B)270.87º44.02%91.76%-
XYZ42.7332.3681.84-
YUV158.59170.56146.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 33.52%
GREEN value IS 131 (51.56% from 255) = 23.86%
BLUE value IS 234 (91.80% from 255) = 42.62%
R=33.52%
G=23.86%
B=42.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841312340.210.4400.08270.8771.0371.57
HexB883EA152C0810f4748
Octal2702033522554010417107110
Binary101110001000001111101010101011011000100010000111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B883EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B883EA; }

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

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

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

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

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

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

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

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