#B683DB

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

Shades of Biloba Flower #B683DB

Tints of Biloba Flower #B683DB

Color information

#B683DB (or 0xB683DB) is unknown color: approx Biloba Flower. HEX triplet: B6, 83 and DB. RGB value is (182,131,219). Sum of RGB (Red+Green+Blue) = 182+131+219=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #B683DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B683DB is #497C24. Grayscale: #9B9B9B. Windows color (decimal): -4815909 or 14386102. OLE color: 14386102.

HSL color Cylindrical-coordinate representation of color #B683DB: hue angle of 274.77º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B683DB is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182131219-
CMYK0.170.4000.14
HSL274.77º55%68.63%-
HSV(B)274.77º40.18%85.88%-
XYZ40.1931.2970.94-
YUV156.28163.4146.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.21%
GREEN value IS 131 (51.56% from 255) = 24.62%
BLUE value IS 219 (85.94% from 255) = 41.17%
R=34.21%
G=24.62%
B=41.17%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821312190.170.4000.14274.775568.63
HexB683DB11280E1133745
Octal266203333215001642367105
Binary10110110100000111101101110001101000011101000100111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B683DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B683DB; }

 p { color: rgb(182,131,219); }

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

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

 a { background-color: rgb(182,131,219); }

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

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

 span { border-color: rgb(182,131,219); }

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