#B782F5

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

Shades of Biloba Flower #B782F5

Tints of Biloba Flower #B782F5

Color information

#B782F5 (or 0xB782F5) is unknown color: approx Biloba Flower. HEX triplet: B7, 82 and F5. RGB value is (183,130,245). Sum of RGB (Red+Green+Blue) = 183+130+245=558 (73% of max value = 765). Red value is 183 (71.88% from 255 or 32.80% from 558); Green value is 130 (51.17% from 255 or 23.30% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #B782F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B782F5 is #487D0A. Grayscale: #9E9E9E. Windows color (decimal): -4750603 or 16089783. OLE color: 16089783.

HSL color Cylindrical-coordinate representation of color #B782F5: hue angle of 267.65º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B782F5 is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183130245-
CMYK0.250.4700.04
HSL267.65º85.19%73.53%-
HSV(B)267.65º46.94%96.08%-
XYZ43.9932.6390.36-
YUV158.96176.56145.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.80%
GREEN value IS 130 (51.17% from 255) = 23.30%
BLUE value IS 245 (96.09% from 255) = 43.91%
R=32.80%
G=23.30%
B=43.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1831302450.250.4700.04267.6585.1973.53
HexB782F5192F0410c554a
Octal267202365315704414125112
Binary10110111100000101111010111001101111010010000110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B782F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B782F5; }

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

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

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

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

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

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

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

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