#B488DD

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

Shades of Biloba Flower #B488DD

Tints of Biloba Flower #B488DD

Color information

#B488DD (or 0xB488DD) is unknown color: approx Biloba Flower. HEX triplet: B4, 88 and DD. RGB value is (180,136,221). Sum of RGB (Red+Green+Blue) = 180+136+221=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 221 (86.72% from 255 or 41.15% from 537); Max value from RGB is 221 - color contains mainly: blue. Hex color #B488DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B488DD is #4B7722. Grayscale: #9E9E9E. Windows color (decimal): -4945699 or 14518452. OLE color: 14518452.

HSL color Cylindrical-coordinate representation of color #B488DD: hue angle of 271.06º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B488DD is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180136221-
CMYK0.190.3800.13
HSL271.06º55.56%70%-
HSV(B)271.06º38.46%86.67%-
XYZ40.6832.5372.54-
YUV158.85163.08143.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.52%
GREEN value IS 136 (53.52% from 255) = 25.33%
BLUE value IS 221 (86.72% from 255) = 41.15%
R=33.52%
G=25.33%
B=41.15%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801362210.190.3800.13271.0655.5670
HexB488DD13260D10f3846
Octal264210335234601541770106
Binary10110100100010001101110110011100110011011000011111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B488DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B488DD; }

 p { color: rgb(180,136,221); }

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

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

 a { background-color: rgb(180,136,221); }

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

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

 span { border-color: rgb(180,136,221); }

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