#B685DD

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

Shades of Biloba Flower #B685DD

Tints of Biloba Flower #B685DD

Color information

#B685DD (or 0xB685DD) is unknown color: approx Biloba Flower. HEX triplet: B6, 85 and DD. RGB value is (182,133,221). Sum of RGB (Red+Green+Blue) = 182+133+221=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 133 (52.34% from 255 or 24.81% 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 #B685DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B685DD is #497A22. Grayscale: #9D9D9D. Windows color (decimal): -4815395 or 14517686. OLE color: 14517686.

HSL color Cylindrical-coordinate representation of color #B685DD: hue angle of 273.41º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B685DD is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182133221-
CMYK0.180.4000.13
HSL273.41º56.41%69.41%-
HSV(B)273.41º39.82%86.67%-
XYZ40.7331.9472.43-
YUV157.68163.73145.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 133 (52.34% from 255) = 24.81%
BLUE value IS 221 (86.72% from 255) = 41.23%
R=33.96%
G=24.81%
B=41.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821332210.180.4000.13273.4156.4169.41
HexB685DD12280D1113845
Octal266205335225001542170105
Binary10110110100001011101110110010101000011011000100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B685DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B685DD; }

 p { color: rgb(182,133,221); }

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

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

 a { background-color: rgb(182,133,221); }

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

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

 span { border-color: rgb(182,133,221); }

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