#B782DF

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

Shades of Biloba Flower #B782DF

Tints of Biloba Flower #B782DF

Color information

#B782DF (or 0xB782DF) is unknown color: approx Biloba Flower. HEX triplet: B7, 82 and DF. RGB value is (183,130,223). Sum of RGB (Red+Green+Blue) = 183+130+223=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #B782DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B782DF is #487D20. Grayscale: #9C9C9C. Windows color (decimal): -4750625 or 14647991. OLE color: 14647991.

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

Color convert

RGB183130223-
CMYK0.180.4200.13
HSL274.19º59.24%69.22%-
HSV(B)274.19º41.7%87.45%-
XYZ40.8331.3673.71-
YUV156.45165.56146.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.14%
GREEN value IS 130 (51.17% from 255) = 24.25%
BLUE value IS 223 (87.5% from 255) = 41.60%
R=34.14%
G=24.25%
B=41.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831302230.180.4200.13274.1959.2469.22
HexB782DF122A0D1123b45
Octal267202337225201542273105
Binary10110111100000101101111110010101010011011000100101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782DF; }

 p { color: rgb(183,130,223); }

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

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

 a { background-color: rgb(183,130,223); }

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

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

 span { border-color: rgb(183,130,223); }

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