#B883DD

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

Shades of Biloba Flower #B883DD

Tints of Biloba Flower #B883DD

Color information

#B883DD (or 0xB883DD) is unknown color: approx Biloba Flower. HEX triplet: B8, 83 and DD. RGB value is (184,131,221). Sum of RGB (Red+Green+Blue) = 184+131+221=536 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.33% from 536); Green value is 131 (51.56% from 255 or 24.44% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #B883DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B883DD is #477C22. Grayscale: #9C9C9C. Windows color (decimal): -4684835 or 14517176. OLE color: 14517176.

HSL color Cylindrical-coordinate representation of color #B883DD: hue angle of 275.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B883DD is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184131221-
CMYK0.170.4100.13
HSL275.33º56.96%69.02%-
HSV(B)275.33º40.72%86.67%-
XYZ40.9331.6472.36-
YUV157.11164.06147.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.33%
GREEN value IS 131 (51.56% from 255) = 24.44%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=34.33%
G=24.44%
B=41.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841312210.170.4100.13275.3356.9669.02
HexB883DD11290D1133945
Octal270203335215101542371105
Binary10111000100000111101110110001101001011011000100111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B883DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B883DD; }

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

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

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

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

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

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

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

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