#B780FF

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

Shades of Heliotrope #B780FF

Tints of Heliotrope #B780FF

Color information

#B780FF (or 0xB780FF) is unknown color: approx Heliotrope. HEX triplet: B7, 80 and FF. RGB value is (183,128,255). Sum of RGB (Red+Green+Blue) = 183+128+255=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #B780FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B780FF is #487F00. Grayscale: #9E9E9E. Windows color (decimal): -4751105 or 16744631. OLE color: 16744631.

HSL color Cylindrical-coordinate representation of color #B780FF: hue angle of 265.98º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B780FF is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB183128255-
CMYK0.280.5000
HSL265.98º100%75.1%-
HSV(B)265.98º49.8%100%-
XYZ45.332.7398.54-
YUV158.92182.22145.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.33%
GREEN value IS 128 (50.39% from 255) = 22.61%
BLUE value IS 255 (100% from 255) = 45.05%
R=32.33%
G=22.61%
B=45.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831282550.280.5000265.9810075.1
HexB780FF1C320010a644b
Octal267200377346200412144113
Binary101101111000000011111111111001100100010000101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B780FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B780FF; }

 p { color: rgb(183,128,255); }

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

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

 a { background-color: rgb(183,128,255); }

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

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

 span { border-color: rgb(183,128,255); }

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